From c830a5f2637a37f3b6f031f6d18b86da7a659c32 Mon Sep 17 00:00:00 2001 From: Brian May Date: Sat, 5 Apr 2025 07:48:27 +1100 Subject: [PATCH] chore(master): release 1.3.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- setup.cfg | 2 +- sshuttle/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbc218..0d9d21a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index c06f1ff..c34aefa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/setup.cfg b/setup.cfg index d4b09f3..9c0f9a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.1 +current_version = 1.3.2 [bumpversion:file:setup.py] diff --git a/sshuttle/__init__.py b/sshuttle/__init__.py index 9c73af2..f708a9b 100644 --- a/sshuttle/__init__.py +++ b/sshuttle/__init__.py @@ -1 +1 @@ -__version__ = "1.3.1" +__version__ = "1.3.2"