From fd424c5c5558653876a896cf7f196f9a562685e8 Mon Sep 17 00:00:00 2001 From: Brian May Date: Mon, 19 Feb 2024 11:21:39 +1100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1=20=E2=86=92=201.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- setup.cfg | 2 +- setup.py | 2 +- sshuttle/version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8441f27..807e159 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sshuttle" -version = "1.1.1" +version = "1.1.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." authors = ["Brian May "] license = "LGPL-2.1" diff --git a/setup.cfg b/setup.cfg index 3891520..4949527 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 4d49257..ebc65d1 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ from setuptools import setup, find_packages setup( name="sshuttle", - version='1.1.1', + version='1.1.2', url='https://github.com/sshuttle/sshuttle', author='Brian May', author_email='brian@linuxpenguins.xyz', diff --git a/sshuttle/version.py b/sshuttle/version.py index b5b4f93..7062302 100644 --- a/sshuttle/version.py +++ b/sshuttle/version.py @@ -1 +1 @@ -__version__ = version = '1.1.1' +__version__ = version = '1.1.2'