From 5a0d5e2b69368ce59fdc8b78688165aceb9f7ca8 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Wed, 21 Aug 2013 16:38:52 +0200 Subject: [PATCH] Publish version 1.18.0 --- doc/changes.rst | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/changes.rst b/doc/changes.rst index 8202f7b8..5fce30d4 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,15 @@ Change log Stable versions ~~~~~~~~~~~~~~~ +`Version 1.18.0 `_ (August ??th, 2013) (Bénodet edition) +------------------------------------------------------------------------------------------------------------------------------- + +* `Issues `_' ``repository`` attribute will never be ``None``. Thank you `stuglaser `_ for the pull request +* 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 + `Version 1.17.0 `_ (Jully 7th, 2013) (Hamburg edition) ----------------------------------------------------------------------------------------------------------------------------- diff --git a/setup.py b/setup.py index db4ff3bb..025b8b28 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ import subprocess import shutil import os.path -version = "1.17.0" +version = "1.18.0" if __name__ == "__main__":