[Pkg-mpd-commits] [python-mpd] 165/262: Increment version number to 0.4.6

Simon McVittie smcv at debian.org
Sun May 22 18:16:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch upstream
in repository python-mpd.

commit 52d5280c938411d5b6df6b07d47d2610c1b1bcad
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date:   Thu Dec 13 08:12:30 2012 +0100

    Increment version number to 0.4.6
---
 CHANGES.txt | 4 ++++
 setup.py    | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 5f36976..1b2b26b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,10 @@
 python-mpd2 Changes List
 ========================
 
+Changes in 0.4.6
+----------------
+* enforce utf8 for encoding/decoding in python3
+
 Changes in 0.4.5
 ----------------
 * support for logging
diff --git a/setup.py b/setup.py
index 198a922..c9c6ad9 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ along with python-mpd2.  If not, see <http://www.gnu.org/licenses/>.\
 
 setup(
     name="python-mpd2",
-    version="0.4.5",
+    version="0.4.6",
     description="A Python MPD client library",
     long_description=DESCRIPTION,
     author="J. Thalheim",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list