diff --git a/doc/changes.rst b/doc/changes.rst index 7572d5c0..ef4eab7f 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,10 +4,9 @@ Change log Stable versions ~~~~~~~~~~~~~~~ -Version 1.27.0 (August 08, 2016) +Version 1.27.1 (August 12, 2016) ----------------------------------- -* leave out the doc part during publish (4c05e80) * upgrade release process based on travis (3c20a66) * change file content encoding to support unicode(like chinese), py2 (5404030) * adds missing testfile corrections (9134aa2) @@ -46,6 +45,11 @@ Version 1.27.0 (August 08, 2016) * add support for the direction parameter in Repository.get_pulls (70bcb6d) * added creator parameter (ca9af4f) +Version 1.27.0 (August 12, 2016) +----------------------------------- + +* this version was never released to PyPi due to a problem with the deployment + Version 1.26.0 (November 5th, 2015) ----------------------------------- diff --git a/setup.py b/setup.py index aff1d605..2fa140e7 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ import subprocess import shutil import os.path -version = "1.27.0" +version = "1.27.1" if __name__ == "__main__":