From d75740cc3cc78d4c28926e76948c690e0b7f2fa0 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 5 Jan 2021 23:59:48 -0500 Subject: [PATCH] Upping version --- CHANGELOG.md | 10 +++++++++- jetforce/__version__.py | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e3c2e..7a2db1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/jetforce/__version__.py b/jetforce/__version__.py index 49e0fc1..777f190 100644 --- a/jetforce/__version__.py +++ b/jetforce/__version__.py @@ -1 +1 @@ -__version__ = "0.7.0" +__version__ = "0.8.0" diff --git a/setup.py b/setup.py index b9efcc7..f208dcc 100644 --- a/setup.py +++ b/setup.py @@ -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",