From 335e5a36e79d2a1468b12576d56e10fec201bf55 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Tue, 20 Nov 2012 19:43:35 +0100 Subject: [PATCH] Minor fixes --- ReadMe.md | 2 +- doc/ChangeLog.md | 2 +- publish.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index effb87e7..db758ce1 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -13,7 +13,7 @@ What's new? [![Build Status](https://secure.travis-ci.org/jacquev6/PyGithub.png)](http://travis-ci.org/jacquev6/PyGithub) -[Version 1.9.1](https://github.com/jacquev6/PyGithub/issues?milestone=16&state=closed) (November 20th, 2012) +[Version 1.9.1](https://github.com/jacquev6/PyGithub/issues?milestone=17&state=closed) (November 20th, 2012) ------------------------------------------------------------------------------------------------------------ * Fix an assertion failure when integers returned by Github do not fit in a Python `int` diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index c8742c6b..e2b1689c 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -1,4 +1,4 @@ -[Version 1.9.1](https://github.com/jacquev6/PyGithub/issues?milestone=16&state=closed) (November 20th, 2012) +[Version 1.9.1](https://github.com/jacquev6/PyGithub/issues?milestone=17&state=closed) (November 20th, 2012) ------------------------------------------------------------------------------------------------------------ * Fix an assertion failure when integers returned by Github do not fit in a Python `int` diff --git a/publish.sh b/publish.sh index 23cef761..db2d94d5 100755 --- a/publish.sh +++ b/publish.sh @@ -26,5 +26,5 @@ cp -r *.md doc COPYING* github python setup.py sdist upload rm -rf github/*.md github/doc github/COPYING* -git push origin master master:develop +git push github master master:develop git push --tags