Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Nov 22, 2020
1 parent f0fe23f commit 26ac38e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.5.0 - 2020-11-20
===================

- Add ``restart`` option for a profile.
- Use ``toolrack.script.Script`` as base for main script.
- [snap] Move to ``core20``.
- Add type hints.


v1.4.2 - 2019-06-13
===================

Expand Down
13 changes: 8 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sshoot
version = 1.4.2
version = 1.5.0
license = GPLv3+
description = Manage multiple sshuttle VPN sessions
long_description = file: README.rst
Expand All @@ -12,11 +12,14 @@ url = https://github.com/albertodonato/sshoot
keywords = ssh, sshuttle, vpn
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console, Intended Audience :: Developers
Environment :: Console
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+))
Operating System :: OS Independent, Programming Language :: Python
Topic :: System :: Networking, Topic :: Utilities
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Programming Language :: Python
Topic :: System :: Networking
Topic :: Utilities

[options]
python_requires = >= 3.7
Expand Down

0 comments on commit 26ac38e

Please sign in to comment.