diff --git a/README.rst b/README.rst index 0813eb4d..e78ea5a2 100644 --- a/README.rst +++ b/README.rst @@ -25,10 +25,11 @@ What's now covered by v2: Please comment on `those issues `_ to help me prioritize the next developments. And do not heasitate to `open an issue `_ to discuss anything. -`Version 1.24.1 `_ (March 16th, 2014) ---------------------------------------------------------------------------------------------------------------- +`Version 1.25.0 `_ (May 4th, 2014) +--------------------------------------------------------------------------------------------------------- -* `Fix `__ urlquoting in search, thanks to `cro `__ for the pull request +* `Implement `__ getting repos by id, thanks to `tylertreat `__ for the pull request +* `Add `__ ``Gist.owner``, thanks to `dalejung `__ for the pull request Twitter ------- diff --git a/doc/changes.rst b/doc/changes.rst index b14a79cd..9de058ad 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,12 @@ Change log Stable versions ~~~~~~~~~~~~~~~ +`Version 1.25.0 `_ (May 4th, 2014) +--------------------------------------------------------------------------------------------------------- + +* `Implement `__ getting repos by id, thanks to `tylertreat `__ for the pull request +* `Add `__ ``Gist.owner``, thanks to `dalejung `__ for the pull request + `Version 1.24.1 `_ (March 16th, 2014) --------------------------------------------------------------------------------------------------------------- @@ -65,7 +71,7 @@ Stable versions * No more false assumption on `rate_limiting `_, and creation of ``rate_limiting_resettime``. Thank you `edjackson `__ for the pull request * `New `__ parameters ``since`` and ``until`` to ``Repository.get_commits``. Thank you `apetresc `__ for the pull request * `Catch `__ Json parsing exception for some internal server errors, and throw a better exception. Thank you `MarkRoddy `__ for the pull request -* `Allow `__ reversed iteration of ``PaginatedList``s. Thank you `davidbrai `__ for the pull request +* `Allow `__ reversed iteration of ``PaginatedList``. Thank you `davidbrai `__ for the pull request `Version 1.17.0 `__ (Jully 7th, 2013) (Hamburg edition) ------------------------------------------------------------------------------------------------------------------------------ diff --git a/setup.py b/setup.py index fb503069..a08153ca 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ import subprocess import shutil import os.path -version = "1.24.1" +version = "1.25.0" if __name__ == "__main__":