File tree Expand file tree Collapse file tree 2 files changed +42
-3
lines changed
docs/source/release-notes Expand file tree Collapse file tree 2 files changed +42
-3
lines changed Original file line number Diff line number Diff line change 1
- 1.2.0: unreleased
1
+ 1.2.0: 2018-08-22
2
2
-----------------
3
3
4
- This is a small release with some enhancements.
4
+ This is a larger release with some enhancements and bug fixes .
5
5
6
6
Features Added
7
7
``````````````
@@ -47,6 +47,45 @@ Features Added
47
47
48
48
- The branch protections API is now completely represented in github3.py.
49
49
50
+ - We now support the GPG Keys API.
51
+
52
+ - We now support the Commit Search API.
53
+
54
+ - We now support Repository Invitations.
55
+
56
+ - We now have assign and unassign methods that support assigning and
57
+ unassigning multiple users at once.
58
+
59
+ - We now support review requests on Pull Requests.
60
+
61
+ - We now support the ability for a user to activate their membership in an
62
+ Organization.
63
+
64
+ - We now support recurisvely traverse a tree via the API.
65
+
66
+ - We now support enabling or disabling projects on a Repository.
67
+
68
+ - We now support editing and reading Repository topics.
69
+
70
+ - We now support Repository Pull Request merge settings.
71
+
72
+
73
+ Bugs Fixed
74
+ ``````````
75
+
76
+ - No longer require a Gist to have an owner.
77
+
78
+ - ``Branch.latest_sha() `` now returns text (unicode) as documented.
79
+
80
+
81
+ Special Thanks
82
+ ``````````````
83
+
84
+ A great deal of the exception feature work done above was performed by the
85
+ newest team member of the github3.py project: Jacopo Notarstefano (a.k.a,
86
+ ``@jacquerie `` on GitHub). This project has had new life breathed into it
87
+ thanks to Jacopo.
88
+
50
89
51
90
.. links
52
91
.. _Installations API :
Original file line number Diff line number Diff line change 5
5
__author_email__ = 'graffatcolmingov@gmail.com'
6
6
__license__ = 'Modified BSD'
7
7
__copyright__ = 'Copyright 2012-2018 Ian Stapleton Cordasco'
8
- __version__ = '1.1 .0'
8
+ __version__ = '1.2 .0'
9
9
__version_info__ = tuple (int (i ) for i in __version__ .split ('.' ) if i .isdigit ())
10
10
__url__ = 'https://github3.readthedocs.io'
11
11
You can’t perform that action at this time.
0 commit comments