Upping version

This commit is contained in:
Michael Lazar 2021-01-05 23:59:48 -05:00
parent bfa68c62de
commit d75740cc3c
3 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,14 @@
# Jetforce Changelog
### v0.8.0 (Unreleased)
### v0.9.0 (unreleased)
#### Changes
- n/a
### v0.8.0 (2021-01-06)
#### Changes
- Added support for international domain names using IDN encoding.
- Several improvements to internal python type hinting coverage.

View File

@ -1 +1 @@
__version__ = "0.7.0"
__version__ = "0.8.0"

View File

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