diff --git a/CHANGELOG.md b/CHANGELOG.md index d8546e1..0fd0923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Jetforce Changelog -### v0.7.0 (unreleased) +### v0.7.0 (2020-12-06) #### Spec Changes diff --git a/jetforce/__version__.py b/jetforce/__version__.py index 906d362..49e0fc1 100644 --- a/jetforce/__version__.py +++ b/jetforce/__version__.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.7.0" diff --git a/setup.py b/setup.py index d0c333f..7b829db 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def long_description(): setuptools.setup( name="Jetforce", - version="0.6.0", + version="0.7.0", url="https://github.com/michael-lazar/jetforce", license="Other/Proprietary License", author="Michael Lazar",