Skip to content

Commit 3153833

Browse files
committed
Publish version 1.55
1 parent 27ba783 commit 3153833

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

doc/changes.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,44 @@ Change log
44
Stable versions
55
~~~~~~~~~~~~~~~
66

7+
Version 1.55 (April 26, 2021)
8+
-----------------------------------
9+
**Breaking Changes**
10+
11+
* Remove client_id/client_secret authentication (#1888) (901af8c8)
12+
* Adjust to Github API changes regarding emails (#1890) (2c77cfad)
13+
- This impacts what AuthenticatedUser.get_emails() returns
14+
* PublicKey.key_id could be int on Github Enterprise (#1894) (ad124ef4)
15+
16+
**Bug Fixes & Improvements**
17+
18+
* Do not import from unpackaged paths in typing (#1926) (27ba7838)
19+
* Implement hash for CompletableGithubObject (#1922) (4faff23c)
20+
* Use property decorator to improve typing compatibility (#1925) (e4168109)
21+
* Fix :rtype: directive (#1927) (54b6a97b)
22+
* Update most URLs to docs.github.com (#1896) (babcbcd0)
23+
* Tighten asserts for new Permission tests (#1893) (5aab6f5d)
24+
* Adding attributes "maintain" and "triage" to class "Permissions" (#1810) (76879613)
25+
* Add default arguments to Workflow method type annotations (#1857) (7d6bac9e)
26+
* Re-raise the exception when failing to parse JSON (#1892) (916da53b)
27+
* Allow adding attributes at the end of the list (#1807) (0245b758)
28+
* Updating links to Github documentation for deploy keys (#1850) (c27fb919)
29+
* Update PyJWT Version to 2.0+ (#1891) (a68577b7)
30+
* Use right variable in both get_check_runs() (#1889) (3003e065)
31+
* fix bad assertions in github.Project.edit (#1817) (6bae9e5c)
32+
* Export headers in GithubException (#1887) (ddd437a7)
33+
* Test repr() for PublicKey (#1879) (e0acd8f4)
34+
* Add support for deleting repository secrets (#1868) (696793de)
35+
* Switch repository secrets to using f-strings (#1867) (aa240304)
36+
* Manually fixing paths for codecov.io to cover all project files (#1813) (b2232c89)
37+
* Add missing links to project metadata (#1789) (64f532ae)
38+
* No longer show username and password examples (#1866) (55d98373)
39+
* Adding github actions secrets (#1681) (c90c050e)
40+
* fix get_user_issues (#1842) (7db1b0c9)
41+
* Switch all string addition to using f-strings (#1774) (290b6272)
42+
* Enabling connetion pool_size definition (a77d4f48)
43+
* Always define the session adapter (aaec0a0f)
44+
745
Version 1.54.1 (December 24, 2020)
846
-----------------------------------
947

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
import setuptools
4646

47-
version = "1.54.1"
47+
version = "1.55"
4848

4949

5050
if __name__ == "__main__":

0 commit comments

Comments
 (0)