[Pkg-mpd-commits] [python-mpd] 134/262: incremente version number to 0.4.2
Simon McVittie
smcv at debian.org
Sun May 22 18:16:37 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 fc669df45a7a6b838ae5167a97241df94f28df34
Author: Jörg Thalheim <jthalheim at gmail.com>
Date: Sat Mar 31 18:06:11 2012 +0200
incremente version number to 0.4.2
---
CHANGES.txt | 12 +++++++++---
setup.py | 2 +-
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index d856b6f..2244ecb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,11 @@
python-mpd2 Changes List
-=======================
+========================
+
+Changes in 0.4.2
+----------------
+
+* backward compatible unicode handling
+* added optional socket timeout parameter
Changes in 0.4.1
----------------
@@ -13,9 +19,9 @@ Changes in 0.4.0
* python3 support (python2.6 is minimum python version required)
* support for the upcoming client-to-client protocol
-* adding new commands of mpd (seekcur, prior, priorid)
+* added new commands of mpd (seekcur, prior, priorid)
* methods are explicit declared now, so they are shown in ipython
-* add unit tests
+* added unit tests
* documented API to add new commands (see Future Compatible)
diff --git a/setup.py b/setup.py
index 3e083e4..51c7c07 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ along with python-mpd2. If not, see <http://www.gnu.org/licenses/>.\
setup(
name="python-mpd2",
- version="0.4.1",
+ version="0.4.2",
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