From 392a422ec2b9b97f7b1ad41e04cc62ef67ad0e7f Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sat, 9 Feb 2013 11:20:36 +0100 Subject: [PATCH] Publish version 1.11.1 --- ReadMe.md | 5 +++++ doc/ChangeLog.md | 5 +++++ setup.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 70d8cc85..3a362e7d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -13,6 +13,11 @@ What's new? [![Build Status](https://travis-ci.org/jacquev6/PyGithub.png?branch=master)](https://travis-ci.org/jacquev6/PyGithub) +[Version 1.11.1](https://github.com/jacquev6/PyGithub/issues?milestone=21&state=closed) (February 9th, 2013) (London edition) +----------------------------------------------------------------------------------------------------------------------------- + +* Fix [bug](https://github.com/jacquev6/PyGithub/issues/139#issuecomment-13280121) in lazy completion. Thank you [ianozsvald](https://github.com/ianozsvald) for pinpointing it + [Version 1.11.0](https://github.com/jacquev6/PyGithub/issues?milestone=19&state=closed) (February 7th, 2013) ------------------------------------------------------------------------------------------------------------ diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 6714fe77..f3e204c6 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -1,3 +1,8 @@ +[Version 1.11.1](https://github.com/jacquev6/PyGithub/issues?milestone=21&state=closed) (February 9th, 2013) (London edition) +----------------------------------------------------------------------------------------------------------------------------- + +* Fix [bug](https://github.com/jacquev6/PyGithub/issues/139#issuecomment-13280121) in lazy completion. Thank you [ianozsvald](https://github.com/ianozsvald) for pinpointing it + [Version 1.11.0](https://github.com/jacquev6/PyGithub/issues?milestone=19&state=closed) (February 7th, 2013) ------------------------------------------------------------------------------------------------------------ diff --git a/setup.py b/setup.py index 8afdfb2c..5013630f 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import textwrap setuptools.setup( name="PyGithub", - version="1.11.0", + version="1.11.1", description="Use the full Github API v3", author="Vincent Jacques", author_email="vincent@vincent-jacques.net",