File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed
docs/source/release-notes Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change
1
+ 3.1.1: 2022-02-21
2
+ -----------------
3
+
4
+ Features Added
5
+ ``````````````
6
+
7
+ - Support editing parent team and team visibility via
8
+ :meth: `github3.orgs.Team.edit `
9
+
10
+ - Added more allowed statuses to Deployments for
11
+ :meth: `github3.repos.deployment.Deployment.create_status() `
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ Dependency Change
8
8
Features Added
9
9
``````````````
10
10
11
- - Added more allowed statuses to Deployments for
12
- :meth: `github3.repos.deployment.Deployment.create_status() `
13
-
14
11
15
12
Bug Fixes
16
13
`````````
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ here with the newest releases first.
10
10
11
11
.. toctree ::
12
12
3.2.0
13
+ 3.1.1
13
14
3.1.0
14
15
3.0.0
15
16
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ classifiers =
23
23
Programming Language :: Python :: 3.9
24
24
Programming Language :: Python :: 3.10
25
25
Programming Language :: Python :: Implementation :: CPython
26
+ project_urls =
27
+ Documentation = https://github3.readthedocs.io
28
+ Changelog = https://github3.readthedocs.io/en/latest/release-notes/index.html
29
+ Source = https://github3.com/sigmavirus24/github3.py
30
+ Released Versions = https://github.com/sigmavirus24/github3.py/tags
26
31
requires_dist =
27
32
requests>=2.0
28
33
uritemplate>=3.0.0
Original file line number Diff line number Diff line change 5
5
__author_email__ = "[email protected] "
6
6
__license__ = "Modified BSD"
7
7
__copyright__ = "Copyright 2012-2022 Ian Stapleton Cordasco"
8
- __version__ = "3.1.0 "
8
+ __version__ = "3.1.1 "
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