File tree 2 files changed +17
-3
lines changed
docs/source/release-notes
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
- 3.1.0: 2022-02-xx
1
+ 3.1.0: 2022-02-14
2
2
-----------------
3
3
4
+ Dependency Change
5
+ `````````````````
6
+
7
+ - Swapped LGPL jwcrypto dependency for non-GPL PyJWT
8
+
4
9
Features Added
5
10
``````````````
6
11
@@ -10,3 +15,12 @@ Features Added
10
15
11
16
- Add :meth: `github3.orgs.Team.permissions_for("<org>/<repo>") ` to retrieve a
12
17
full permissions listing for a given repository in an organization.
18
+
19
+
20
+ Bug Fixes
21
+ `````````
22
+
23
+ - Previously, if a file was empty ``Contents.decoded `` might return text
24
+ instead of bytes, this is now fixed.
25
+
26
+ - Fix ``Repository#ref `` using the wrong endpoint
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-2021 Ian Stapleton Cordasco"
8
- __version__ = "3.0 .0"
7
+ __copyright__ = "Copyright 2012-2022 Ian Stapleton Cordasco"
8
+ __version__ = "3.1 .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