diff --git a/ReadMe.md b/ReadMe.md index 6a26866d..d1d1488c 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.8.0](https://github.com/jacquev6/PyGithub/issues?milestone=13&state=closed) (September 26th, 2012) +[Version 1.8.0](https://github.com/jacquev6/PyGithub/issues?milestone=13&state=closed) (September 30th, 2012) ------------------------------------------------------------------------------------------------------------- * Enable [Travis CI](http://travis-ci.org/#!/jacquev6/PyGithub) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index e63b3df7..531ba353 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -1,4 +1,4 @@ -[Version 1.8.0](https://github.com/jacquev6/PyGithub/issues?milestone=13&state=closed) (September 26th, 2012) +[Version 1.8.0](https://github.com/jacquev6/PyGithub/issues?milestone=13&state=closed) (September 30th, 2012) ------------------------------------------------------------------------------------------------------------- * Enable [Travis CI](http://travis-ci.org/#!/jacquev6/PyGithub) diff --git a/setup.py b/setup.py index 69baf89c..04da7286 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ class test( Command ): setup( name = "PyGithub", - version = "1.7", + version = "1.8.0", description = "Use the full Github API v3", author = "Vincent Jacques", author_email = "vincent@vincent-jacques.net",