File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ Change log
4
4
Stable versions
5
5
~~~~~~~~~~~~~~~
6
6
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
+
7
23
Version 1.56 (October 13, 2022)
8
24
-----------------------------------
9
25
Original file line number Diff line number Diff line change 44
44
45
45
import setuptools
46
46
47
- version = "1.56 "
47
+ version = "1.57 "
48
48
49
49
50
50
if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments