mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 07:53:43 +01:00
Bump version: 1.1.1 → 1.1.2
This commit is contained in:
parent
e6563f2c39
commit
fd424c5c55
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "sshuttle"
|
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."
|
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>"]
|
authors = ["Brian May <brian@linuxpenguins.xyz>"]
|
||||||
license = "LGPL-2.1"
|
license = "LGPL-2.1"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.1.1
|
current_version = 1.1.2
|
||||||
|
|
||||||
[bumpversion:file:setup.py]
|
[bumpversion:file:setup.py]
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -22,7 +22,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="sshuttle",
|
name="sshuttle",
|
||||||
version='1.1.1',
|
version='1.1.2',
|
||||||
url='https://github.com/sshuttle/sshuttle',
|
url='https://github.com/sshuttle/sshuttle',
|
||||||
author='Brian May',
|
author='Brian May',
|
||||||
author_email='brian@linuxpenguins.xyz',
|
author_email='brian@linuxpenguins.xyz',
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = version = '1.1.1'
|
__version__ = version = '1.1.2'
|
||||||
|
Loading…
Reference in New Issue
Block a user