home
/
dev
/
repositories
/
python-musicpd.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
422c2e9
)
Releasing v0.4.0
author
Kaliko Jack <kaliko@azylum.org>
Sat, 18 Jan 2014 11:09:15 +0000
(12:09 +0100)
committer
Kaliko Jack <kaliko@azylum.org>
Sat, 18 Jan 2014 11:09:15 +0000
(12:09 +0100)
CHANGES.txt
patch
|
blob
|
history
musicpd.py
patch
|
blob
|
history
diff --git
a/CHANGES.txt
b/CHANGES.txt
index f4150d09e13f7508fff585dd6c70ef6913d74a9d..83a628df6453329f0926d9cea0473e7ca87a2b00 100644
(file)
--- a/
CHANGES.txt
+++ b/
CHANGES.txt
@@
-1,12
+1,11
@@
python-musicpd Changes List
===========================
-C
ahnges in 0.4.0 UNRELEASED
-----------------
-----------
+C
hanges in 0.4.0
+----------------
* support range
-
Changes in 0.3.1 UNRELEASED
---------------------------
@@
-18,7
+17,6
@@
Changes in 0.3.1 UNRELEASED
* added client to client commands
* added readcomments and toggleoutput commands
-
Changes in 0.3.0
----------------
diff --git
a/musicpd.py
b/musicpd.py
index 9f2d910fd7626e0aca0c6d35d71ad609896a48a2..ea2ec2098c26de1e01464013c5085e2395d9af59 100644
(file)
--- a/
musicpd.py
+++ b/
musicpd.py
@@
-24,7
+24,7
@@
HELLO_PREFIX = "OK MPD "
ERROR_PREFIX = "ACK "
SUCCESS = "OK"
NEXT = "list_OK"
-VERSION = '0.4.0
pr2
'
+VERSION = '0.4.0'
class MPDError(Exception):