From fcc26708732e63756ce84073dad2f5e18472baff Mon Sep 17 00:00:00 2001 From: Wan Liuyang Date: Fri, 5 Apr 2019 14:32:18 +0800 Subject: [PATCH] Publish version 1.43.6 --- doc/changes.rst | 21 +++++++++++++++++++++ setup.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/changes.rst b/doc/changes.rst index ec84068b..486bdce8 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,27 @@ Change log Stable versions ~~~~~~~~~~~~~~~ +Version 1.43.6 (April 05, 2019) +----------------------------------- +**New features** + +* Add support for Python 3.7 (#1028) (6faa00ac) +* Adding HTTP retry functionality via urllib3 (#1002) (5ae7af55) +* Add new dismiss() method on PullRequestReview (#1053) (8ef71b1b) +* Add since and before to `get_notifications` (#1074) (7ee6c417) +* Add url parameter to include anonymous contributors in `get_contributors` (#1075) (293846be) +* Provide option to extend expiration of jwt token (#1068) (86a9d8e9) + +**Bug Fixes & Improvements** + +* Fix the default parameter for `PullRequest.create_review` (#1058) (118def30) +* Fix `get_access_token` (#1042) (6a89eb64) +* Fix `Organization.add_to_members` role passing (#1039) (480f91cf) + +**Deprecation** + +* Remove Status API (6efd6318) + Version 1.43.5 (January 29, 2019) ----------------------------------- diff --git a/setup.py b/setup.py index 205d3936..4e647a31 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ import setuptools import textwrap -version = "1.43.5" +version = "1.43.6" if __name__ == "__main__":