From 88e4d9ab8156b3a97742cacc9bd7a32a17391c19 Mon Sep 17 00:00:00 2001 From: EribertoLopez Date: Tue, 31 May 2022 13:44:25 -0700 Subject: [PATCH 1/2] update: version for release --- CHANGELOG.rst | 5 +++-- transcriptic/version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d7eae97..665ab0e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,9 @@ Changelog ========= -Unreleased ----------- +v9.5.1 +------ + Fixed ----- - requests dependency to requests>2.21.0,<3 diff --git a/transcriptic/version.py b/transcriptic/version.py index 0009b32..68afea6 100644 --- a/transcriptic/version.py +++ b/transcriptic/version.py @@ -1 +1 @@ -__version__ = "9.5.0" +__version__ = "9.5.1" From 86913f11a4a892e4a1e70cedefd1601fdef18821 Mon Sep 17 00:00:00 2001 From: joshhacksthings Date: Tue, 31 May 2022 14:34:47 -0700 Subject: [PATCH 2/2] update changelog --- CHANGELOG.rst | 10 ++-------- transcriptic/version.py | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 665ab0e..85f90c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,30 +1,24 @@ Changelog ========= -v9.5.1 +v9.6.0 ------ Fixed ----- - requests dependency to requests>2.21.0,<3 - -Fixed ------ - 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 68afea6..c52bf71 100644 --- a/transcriptic/version.py +++ b/transcriptic/version.py @@ -1 +1 @@ -__version__ = "9.5.1" +__version__ = "9.6.0"