Skip to content

Commit

Permalink
Publish version 1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdye committed Mar 21, 2018
1 parent 162f039 commit 193aeaa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Change log
Stable versions
~~~~~~~~~~~~~~~

Version 1.38 (March 21, 2018)
-----------------------------------

* Updated readthedocs, PyPI to reflect latest version
* Added option to create review for Pull request (#662) (162f0397)
* Depreciat legacy search API (3cd176e3)
* Filter team members by role (#491) (10ee17a2)
* Add url attribute to PullRequestReview object (#731) (0fb176fd)
* Added target_commitish option to Repository.create_git_release() (#625) (0f0a7d4e)
* Fix broken Github reference link in class docstrings (a32a17bf)
* Add hook support for organizations (#729) (c7f6563c)
* Get organization from the team (#590) (d9c5a07f)
* Added search_commits (#727) (aa556f85)
* Collaborator site admin (#719) (f8b23505)
* Fix add_to_watched for AuthenticatedUser (#716) (6109eb3c)

Version 1.37 (March 03, 2018)
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import setuptools
import textwrap

version = "1.37"
version = "1.38"


if __name__ == "__main__":
Expand Down

0 comments on commit 193aeaa

Please sign in to comment.