We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f666d6 commit 7c69030Copy full SHA for 7c69030
2 files changed
CHANGELOG.rst
@@ -1,29 +1,24 @@
1
Changelog
2
=========
3
4
-Unreleased
5
-----------
6
-Fixed
7
------
8
-- requests dependency to requests>2.21.0,<3
+v9.6.0
+------
9
10
Fixed
11
-----
+- requests dependency to requests>2.21.0,<3
12
- upload-release command to release archive requires the `user_id` of the session.
13
- Linting, equivalence, and docstring issues.
14
15
Updated
16
-------
17
- Updated pillow version <=8,<9
18
-
+- Pandas version to >=1, <2 to support Python 3.9
19
20
Added
21
~~~~~
22
- Python 3.9 support
23
24
-Updated
25
-~~~~~~~
26
-- Pandas version to >=1, <2 to support Python 3.9
27
28
v9.5.0
29
transcriptic/version.py
@@ -1 +1 @@
-__version__ = "9.5.0"
+__version__ = "9.6.0"
0 commit comments