File tree 4 files changed +49
-3
lines changed
docs/source/release-notes
4 files changed +49
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Maintainer(s)
12
12
13
13
- Matt Chung (@itsmemattchung)
14
14
15
- - Thiago D'Ávila (@staticdev)
15
+ - Thiago A. (@staticdev)
16
16
17
17
Requests
18
18
````````
Original file line number Diff line number Diff line change
1
+ 4.0.0: 2023-04-16
2
+ -----------------
3
+
4
+ Features Added
5
+ ``````````````
6
+
7
+ - Add tests for Python 3.11 (@cclauss). See also gh-1124 _
8
+ - Add function for getting repos for github app (@pettermk). See also gh-1085 _
9
+ - Cancel and failed invitation (@pallavisharma1210). See also gh-1091 _
10
+ - Allow to set GitHub API version (@anz-ableton). See also gh-1121 _
11
+
12
+ Removal
13
+ ```````
14
+
15
+ - Remove support to EOL Python 3.6 (@staticdev). See also gh-1103 _
16
+
17
+ Dependency Change
18
+ `````````````````
19
+
20
+ - Bump the dev-requirements.txt (@offbyone). See also gh-1136 _
21
+
22
+ Bug Fixes
23
+ `````````
24
+
25
+ - Missing set permission for collaborators. See also gh-954 _
26
+
27
+ .. _gh-954 :
28
+ https://github.com/sigmavirus24/github3.py/issues/954
29
+ .. _gh-1103 :
30
+ https://github.com/sigmavirus24/github3.py/issues/1103
31
+ .. _gh-1085 :
32
+ https://github.com/sigmavirus24/github3.py/issues/1085
33
+ .. _gh-1091 :
34
+ https://github.com/sigmavirus24/github3.py/pull/1091
35
+ .. _gh-1124 :
36
+ https://github.com/sigmavirus24/github3.py/pull/1124
37
+ .. _gh-1121 :
38
+ https://github.com/sigmavirus24/github3.py/issues/1121
39
+ .. _gh-1136 :
40
+ https://github.com/sigmavirus24/github3.py/pull/1136
Original file line number Diff line number Diff line change 5
5
All of the release notes that have been recorded for github3.py are organized
6
6
here with the newest releases first.
7
7
8
+ 4.x Release Series
9
+ ==================
10
+
11
+ .. toctree ::
12
+ 4.0.0
13
+
8
14
3.x Release Series
9
15
==================
10
16
Original file line number Diff line number Diff line change 4
4
__author__ = "Ian Stapleton Cordasco"
5
5
__author_email__ = "graffatcolmingov@gmail.com"
6
6
__license__ = "Modified BSD"
7
- __copyright__ = "Copyright 2012-2022 Ian Stapleton Cordasco"
8
- __version__ = "3.2 .0"
7
+ __copyright__ = "Copyright 2012 Ian Stapleton Cordasco"
8
+ __version__ = "4.0 .0"
9
9
__version_info__ = tuple (
10
10
int (i ) for i in __version__ .split ("." ) if i .isdigit ()
11
11
)
You can’t perform that action at this time.
0 commit comments