From b7210ccc7d0d41ef4a514a3bead1b4c3d260db6b Mon Sep 17 00:00:00 2001 From: Kaliko Jack Date: Sat, 18 Jan 2014 12:09:15 +0100 Subject: [PATCH] Releasing v0.4.0 --- CHANGES.txt | 6 ++---- musicpd.py | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) 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): -- 2.39.2