From: Kaliko Jack Date: Sat, 18 Jan 2014 11:09:15 +0000 (+0100) Subject: Releasing v0.4.0 X-Git-Tag: v0.4.0~1 X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=b7210ccc7d0d41ef4a514a3bead1b4c3d260db6b Releasing v0.4.0 --- diff --git a/CHANGES.txt b/CHANGES.txt index f4150d0..83a628d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,12 +1,11 @@ python-musicpd Changes List =========================== -Cahnges in 0.4.0 UNRELEASED ---------------------------- +Changes 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 9f2d910..ea2ec20 100644 --- 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.0pr2' +VERSION = '0.4.0' class MPDError(Exception):