From 395fd5c98bc0f7ce72128b3dd319f3df3301e692 Mon Sep 17 00:00:00 2001 From: Wan Liuyang Date: Wed, 31 Oct 2018 08:38:13 +0800 Subject: [PATCH] Publish version 1.43.3 --- doc/changes.rst | 25 +++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/doc/changes.rst b/doc/changes.rst index 76b46559..b1a69e0d 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,31 @@ Change log Stable versions ~~~~~~~~~~~~~~~ +Version 1.43.3 (October 31, 2018) +----------------------------------- + +**New features** + +* Add support for JWT authentication (#948) (8ccf9a94) +* Added support for required signatures on protected branches (#939) (8ee75a28) +* Ability to filter repository collaborators (#938) (5687226b) +* Mark notification as read (#932) (0a10d7cd) +* Add highlight search to ``search_code`` function (#925) (1fa25670) +* Adding ``suspended_at`` property to NamedUSer (#922) (c13b43ea) +* Add since parameter for Gists (#914) (e18b1078) + +**Bug Fixes & improvements** + +* Fix missing parameters when reversing ``PaginatedList`` (#946) (60a684c5) +* Fix unable to trigger ``RateLimitExceededException``. (#943) (972446d5) +* Fix inconsistent behavior of trailing slash usage in file path (#931) (ee9f098d) +* Fix handling of 301 redirects (#916) (6833245d) +* Fix missing attributes of ``get_repos`` for authenticated users (#915) (c411196f) +* Fix ``Repository.edit`` (#904) (7286eec0) +* Improve ``__repr__`` method of Milestone class (#921) (562908cb) +* Fix rate limit documentation change (#902) (974d1ec5) +* Fix comments not posted in create_review() (#909) (a18eeb3a) + Version 1.43.2 (September 12, 2018) ----------------------------------- diff --git a/setup.py b/setup.py index 80e0ddc8..d34de0ac 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ import setuptools import textwrap -version = "1.43.2" +version = "1.43.3" if __name__ == "__main__":