summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2024-02-19 11:21:39 +1100
committerBrian May <brian@linuxpenguins.xyz>2024-02-19 11:21:39 +1100
commitfd424c5c5558653876a896cf7f196f9a562685e8 (patch)
tree3ec7d007090cc14d82c9ae20f98931e8cc5f12a9
parente6563f2c3978742488002f0e5c235cd68f50521c (diff)
Bump version: 1.1.1 → 1.1.2v1.1.2
-rw-r--r--pyproject.toml2
-rw-r--r--setup.cfg2
-rwxr-xr-xsetup.py2
-rw-r--r--sshuttle/version.py2
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 <brian@linuxpenguins.xyz>"]
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'