Skip to content

Commit 948edc5

Browse files
committed
Publish version 1.57
1 parent 6725ece commit 948edc5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

doc/changes.rst

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

7+
Version 1.57 (November 05, 2022)
8+
-----------------------------------
9+
10+
**Breaking Changes**
11+
12+
* Add support for Python 3.11, drop support for Python 3.6 (#2332) (1e2f10dc)
13+
14+
**Bug Fixes & Improvements**
15+
16+
* Speed up get requested reviewers and teams for pr (#2349) (6725eceb)
17+
* [WorkflowRun] - Add missing attributes (`run_started_at` & `run_attempt`), remove deprecated `unicode` type (#2273) (3a6235b5)
18+
* Add support for repository autolink references (#2016) (0fadd6be)
19+
* Add retry and pool_size to typing (#2151) (784a3efd)
20+
* Fix/types for repo topic team (#2341) (db9337a4)
21+
* Add class Artifact (#2313) (#2319) (437ff845)
22+
723
Version 1.56 (October 13, 2022)
824
-----------------------------------
925

setup.py

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

4545
import setuptools
4646

47-
version = "1.56"
47+
version = "1.57"
4848

4949

5050
if __name__ == "__main__":

0 commit comments

Comments
 (0)