diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d7eae97..85f90c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,29 +1,24 @@ Changelog ========= -Unreleased ----------- -Fixed ------ -- requests dependency to requests>2.21.0,<3 +v9.6.0 +------ Fixed ----- +- requests dependency to requests>2.21.0,<3 - upload-release command to release archive requires the `user_id` of the session. - Linting, equivalence, and docstring issues. Updated ------- - Updated pillow version <=8,<9 - +- Pandas version to >=1, <2 to support Python 3.9 Added ~~~~~ - Python 3.9 support -Updated -~~~~~~~ -- Pandas version to >=1, <2 to support Python 3.9 v9.5.0 ------ diff --git a/transcriptic/version.py b/transcriptic/version.py index 0009b32..c52bf71 100644 --- a/transcriptic/version.py +++ b/transcriptic/version.py @@ -1 +1 @@ -__version__ = "9.5.0" +__version__ = "9.6.0"