chore(master): release 1.3.2

This commit is contained in:
Brian May 2025-04-05 07:48:27 +11:00
parent 934fac9d6c
commit c830a5f263
4 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [1.3.2](https://github.com/sshuttle/sshuttle/compare/v1.3.1...v1.3.2) (2025-04-04)
### Bug Fixes
* Updates sudoers config according to executable ([934fac9](https://github.com/sshuttle/sshuttle/commit/934fac9d6c0f86223e3e7120148d346d9b20c9d0))
## [1.3.1](https://github.com/sshuttle/sshuttle/compare/v1.3.0...v1.3.1) (2025-03-25)

View File

@ -6,7 +6,7 @@ license = {text = "LGPL-2.1"}
requires-python = "<4.0,>=3.9"
dependencies = []
name = "sshuttle"
version = "1.3.1"
version = "1.3.2"
description = "Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling."
readme = "README.rst"
classifiers = [

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.1
current_version = 1.3.2
[bumpversion:file:setup.py]

View File

@ -1 +1 @@
__version__ = "1.3.1"
__version__ = "1.3.2"