Bump version to 1.2.0

This commit is contained in:
nom3ad 2024-01-02 23:21:29 +05:30 committed by Brian May
parent 1885974f52
commit cd2d69ac08
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -22,7 +22,7 @@ from setuptools import setup, find_packages
setup(
name="sshuttle",
version='1.1.2',
version='1.2.0',
url='https://github.com/sshuttle/sshuttle',
author='Brian May',
author_email='brian@linuxpenguins.xyz',

View File

@ -1 +1 @@
__version__ = version = '1.1.2'
__version__ = version = '1.2.0'