diff --git a/doc/changes.rst b/doc/changes.rst index d5b20a61..2d7ce608 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,44 @@ Change log Stable versions ~~~~~~~~~~~~~~~ +Version 1.36 (February 02, 2018) +----------------------------------- + +* Fix changelog generation (5d911e22) +* Add collaborator permission support (#699) (167f85ef) +* Use datetime object in create_milestone (#698) (cef98416) +* Fix date format for milestone creation (#593) (e671fdd0) +* Remove the default "null" input send during GET request (#691) (cbfe8d0f) +* Updated PullRequest reviewer request according to API changes (#690) (5c9c2f75) +* make created_at/published_at attrs available for Release objects (#689) (2f9b1e01) +* Add committer/author to Repository.delete_file (#678) (3baa682c) +* Add method to get latest release of a repository (#609) (45d18436) +* Add permissions field to NamedUser (#676) (6cfe46b7) +* :recycle: Fix all pep8 coding conventions (6bc804dc) +* :sparkles: Add new params for /users/:user/repos endpoint (89834a9b) +* Add support for changing PR head commit (#632) (3f77e537) +* Use print() syntax in README (#681) (c5988c39) +* Add PyPI badge and installation instructions to README (#682) (3726f686) +* Drop support for EOL Python 2.5-2.6 and 3.2-3.3 (#674) (6735be49) +* Add Reactions feature (#671) (ba50af53) +* Add ping_url and ping to Hook (#669) (6169d8ea) +* Add Repository.archived property (#657) (35333e03) +* Add unit test for tree attribute of GitCommit (#668) (e5bfdbeb) +* Add read_only attribute to Deploy Keys (#570) (dbc6f5ab) +* Doc create instance from token (#667) (c33a3883) +* Fix uploading binary files on Python 3 (#621) (317079ef) +* Decode jwt bytes object in Python 3 (#633) (84b43da7) +* Remove broken downloads badge (#644) (15cdc2f8) +* Added missing parameters for repo creation (#623) (5c41120a) +* Add ability to access github Release Asset API. (#525) (52449649) +* Add 'submitted at' to PullRequestReview (#565) (ebe7277a) +* Quote path for /contents API (#614) (554c1ab1) +* Add Python 3.6 (2533bed9) +* Add Python 3.6 (e78f0ece) +* Updated references in introduction.rst (d2c72bb3) +* fix failing tests on py26 (291f6dde) +* Import missing exception (67b078e9) + Version 1.35 (July 10, 2017) ----------------------------------- diff --git a/setup.py b/setup.py index 73efd21b..a490860d 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ import setuptools import textwrap -version = "1.35" +version = "1.36" if __name__ == "__main__":