Skip to content

Commit 34d097c

Browse files
committedDec 24, 2020
Publish version 1.54.1
1 parent 31a1c00 commit 34d097c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎doc/changes.rst

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Change log
44
Stable versions
55
~~~~~~~~~~~~~~~
66

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+
717
Version 1.54 (November 30, 2020)
818
-----------------------------------
919
**Important**

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
import setuptools
4646

47-
version = "1.54"
47+
version = "1.54.1"
4848

4949

5050
if __name__ == "__main__":

0 commit comments

Comments
 (0)