From 4a657d67f8f325b081233583216db07a88b761c8 Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Sun, 11 Sep 2016 21:58:32 +0200 Subject: [PATCH] Publish version 1.28 --- doc/changes.rst | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/changes.rst b/doc/changes.rst index ef4eab7f..9fc29edc 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -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) ----------------------------------- diff --git a/setup.py b/setup.py index 2fa140e7..75a4afa3 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ import subprocess import shutil import os.path -version = "1.27.1" +version = "1.28" if __name__ == "__main__":