Upping version
This commit is contained in:
parent
bfa68c62de
commit
d75740cc3c
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,6 +1,14 @@
|
||||||
# Jetforce Changelog
|
# 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.
|
- Added support for international domain names using IDN encoding.
|
||||||
- Several improvements to internal python type hinting coverage.
|
- Several improvements to internal python type hinting coverage.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.7.0"
|
__version__ = "0.8.0"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ def long_description() -> str:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="Jetforce",
|
name="Jetforce",
|
||||||
version="0.7.0",
|
version="0.8.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",
|
||||||
|
|
Loading…
Reference in New Issue