From 937c7fccf586643530eff6a557f262c1950dc89f Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Mon, 23 Dec 2013 19:51:36 -0800 Subject: [PATCH] Publish version 1.23.0 --- doc/changes.rst | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/changes.rst b/doc/changes.rst index ebc5cf37..3b51aa08 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,13 @@ Change log Stable versions ~~~~~~~~~~~~~~~ +`Version 1.23.0 `_ (December 23th, 2013) +--------------------------------------------------------------------------------------------------------------- + +* `Fix `__ all that is based on headers in Python 3 (pagination, conditional request, rate_limit...), huge thanks to `cwarren-mw `__ for finding the bug +* `Accept `__ strings for assignees and collaborators, thanks to `farrd `__ +* `Ease `__ two-factor authentication by adding 'onetime_password' to AuthenticatedUser.create_authorization, thanks to `cameronbwhite `__ + `Version 1.22.0 `_ (December 15th, 2013) --------------------------------------------------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 55491d74..0b86c7c9 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ import subprocess import shutil import os.path -version = "1.22.0" +version = "1.23.0" if __name__ == "__main__":