diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e28baf08..130aaa58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,10 @@ You can determine your currently installed version via: ``` ## Versions + +### [0.22.2](https://pypi.org/project/up42-py/) (2022-07-21) +- Fix unpacking of order assets if no output topfolder inherent in archive + ### [0.22.1](https://pypi.org/project/up42-py/) (2022-07-19) - Fix conda release (include requirements-viz file) diff --git a/docs/theme_override_home/main.html b/docs/theme_override_home/main.html index ad42afa43..44245d319 100644 --- a/docs/theme_override_home/main.html +++ b/docs/theme_override_home/main.html @@ -20,7 +20,7 @@ {% block announce %} - New in 0.22.1: Webhooks functionality! See the changelog! + New in 0.22.2: Webhooks functionality! See the changelog! {% endblock %} diff --git a/up42/_version.txt b/up42/_version.txt index a04c2def3..934e07c6e 100644 --- a/up42/_version.txt +++ b/up42/_version.txt @@ -1 +1 @@ -0.22.1 \ No newline at end of file +0.22.2 \ No newline at end of file