Cutting release

This commit is contained in:
Michael Lazar 2020-01-21 18:17:33 -05:00
parent c7f0e1e4fb
commit 183d374431
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
### Unreleased ### Unreleased
N/A
### v0.2.0 (2012-01-21)
#### Features #### Features
- Added support for python 3.8. - Added support for python 3.8.

View File

@ -54,7 +54,7 @@ import urllib.parse
if sys.version_info < (3, 7): if sys.version_info < (3, 7):
sys.exit("Fatal Error: jetforce requires Python 3.7+") sys.exit("Fatal Error: jetforce requires Python 3.7+")
__version__ = "0.1.0" __version__ = "0.2.0"
__title__ = "Jetforce Gemini Server" __title__ = "Jetforce Gemini Server"
__author__ = "Michael Lazar" __author__ = "Michael Lazar"
__license__ = "Floodgap Free Software License" __license__ = "Floodgap Free Software License"

View File

@ -10,7 +10,7 @@ def long_description():
setuptools.setup( setuptools.setup(
name="Jetforce", name="Jetforce",
version="0.1.0", version="0.2.0",
url="https://github.com/michael-lazar/jetforce", url="https://github.com/michael-lazar/jetforce",
license="Other/Proprietary License", license="Other/Proprietary License",
author="Michael Lazar", author="Michael Lazar",