Publish version 1.43.3

This commit is contained in:
Wan Liuyang
2018-10-31 08:38:13 +08:00
parent 8ccf9a9485
commit 395fd5c98b
2 changed files with 26 additions and 1 deletions
+25
View File
@@ -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)
-----------------------------------
+1 -1
View File
@@ -44,7 +44,7 @@
import setuptools
import textwrap
version = "1.43.2"
version = "1.43.3"
if __name__ == "__main__":