[Pkg-mpd-commits] [python-mpd] 219/262: increment version number
Simon McVittie
smcv at debian.org
Sun May 22 18:16:49 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 df508d448f5187b3181f9463cc95213890ffcb37
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date: Sun Nov 3 08:34:18 2013 +0100
increment version number
---
doc/changes.rst | 2 +-
doc/index.rst | 2 +-
mpd.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/changes.rst b/doc/changes.rst
index 33a940f..9ed5960 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -3,7 +3,7 @@ python-mpd2 Changes List
Changes in v0.5.2
-----------------
-* add support for readcomments
+* add support for readcomments and toggleoutput
Changes in v0.5.1
-----------------
diff --git a/doc/index.rst b/doc/index.rst
index 7a26286..e512096 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -17,7 +17,7 @@ The following features were added:
- Python 3 support (but you neead at least Python 2.6)
- support for the upcoming client-to-client protocol
- support for new commands from MPD v0.17 (seekcur, prio, prioid,
- config, searchadd, searchaddpl)
+ config, searchadd, searchaddpl) and MPD v0.18 (readcomments, toggleoutput)
- remove deprecated commands (volume)
- explicitly declared MPD commands (which is handy when using for
example `IPython <http://ipython.org>`__)
diff --git a/mpd.py b/mpd.py
index ba90958..4c54cfe 100644
--- a/mpd.py
+++ b/mpd.py
@@ -21,7 +21,7 @@ import socket
import warnings
from collections import Callable
-VERSION = (0, 5, 1)
+VERSION = (0, 5, 2)
HELLO_PREFIX = "OK MPD "
ERROR_PREFIX = "ACK "
SUCCESS = "OK"
--
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