Publish version 1.28

This commit is contained in:
Jannis Gebauer
2016-09-11 21:58:32 +02:00
parent 65fc5d3c29
commit 4a657d67f8
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -4,6 +4,17 @@ Change log
Stable versions
~~~~~~~~~~~~~~~
Version 1.28 (September 09, 2016)
-----------------------------------
* test against python 3.5 (5d35284)
* sort params and make them work on py3 (78374b9)
* adds a nicer __repr__ (8571d87)
* Add missing space (464259d)
* Properly handle HTTP Proxy authentication with Python 3 (d015154)
* Fix small typo (987bca0)
* push to 'origin' instead of 'github' (d640666)
Version 1.27.1 (August 12, 2016)
-----------------------------------
+1 -1
View File
@@ -31,7 +31,7 @@ import subprocess
import shutil
import os.path
version = "1.27.1"
version = "1.28"
if __name__ == "__main__":