File tree Expand file tree Collapse file tree 4 files changed +49
-3
lines changed
docs/source/release-notes Expand file tree Collapse file tree 4 files changed +49
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Maintainer(s)
1212
1313- Matt Chung (@itsmemattchung)
1414
15- - Thiago D'Ávila (@staticdev)
15+ - Thiago A. (@staticdev)
1616
1717Requests
1818````````
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 55All of the release notes that have been recorded for github3.py are organized
66here with the newest releases first.
77
8+ 4.x Release Series
9+ ==================
10+
11+ .. toctree ::
12+ 4.0.0
13+
8143.x Release Series
915==================
1016
Original file line number Diff line number Diff line change 44__author__ = "Ian Stapleton Cordasco"
55__author_email__ = "graffatcolmingov@gmail.com"
66__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"
99__version_info__ = tuple (
1010 int (i ) for i in __version__ .split ("." ) if i .isdigit ()
1111)
You can’t perform that action at this time.
0 commit comments