From 14d157f0d769054ddbccd405f3510ba7675c3589 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 21 Mar 2021 22:37:25 -0400 Subject: [PATCH] Upping version --- CHANGELOG.md | 8 ++++++-- jetforce/__version__.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0231445..1222214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ ### v0.9.0 (unreleased) -#### Changes +N/A -- n/a +### v0.8.2 (2021-03-21) + +#### Fixes + +- Fix trailing ``]`` at the end of auto-generated directory names. ### v0.8.1 (2021-01-06) diff --git a/jetforce/__version__.py b/jetforce/__version__.py index 8088f75..deded32 100644 --- a/jetforce/__version__.py +++ b/jetforce/__version__.py @@ -1 +1 @@ -__version__ = "0.8.1" +__version__ = "0.8.2" diff --git a/setup.py b/setup.py index 6755730..0ce0d51 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def long_description() -> str: setuptools.setup( name="Jetforce", - version="0.8.1", + version="0.8.2", url="https://github.com/michael-lazar/jetforce", license="Other/Proprietary License", author="Michael Lazar",