We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a1c00 commit 34d097cCopy full SHA for 34d097c
doc/changes.rst
@@ -4,6 +4,16 @@ Change log
4
Stable versions
5
~~~~~~~~~~~~~~~
6
7
+Version 1.54.1 (December 24, 2020)
8
+-----------------------------------
9
+
10
+* Pin pyjwt version (#1797) (31a1c007)
11
+* Add pyupgrade to pre-commit configuration (#1783) (e113e37d)
12
+* Fix #1731: Incorrect annotation (82c349ce)
13
+* Drop support for Python 3.5 (#1770) (63e4fae9)
14
+* Revert "Pin requests to <2.25 as well (#1757)" (#1763) (a806b523)
15
+* Fix stubs file for Repository (fab682a5)
16
17
Version 1.54 (November 30, 2020)
18
-----------------------------------
19
**Important**
setup.py
@@ -44,7 +44,7 @@
44
45
import setuptools
46
47
-version = "1.54"
+version = "1.54.1"
48
49
50
if __name__ == "__main__":
0 commit comments