From: Kaliko Jack Date: Wed, 9 Dec 2020 14:06:48 +0000 (+0100) Subject: Releasing v0.5.0 X-Git-Tag: v0.5.0^0 X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=3ad7f42630c5ec5d913a3cbd6aca40e5d04694c2 Releasing v0.5.0 --- diff --git a/CHANGES.txt b/CHANGES.txt index a7583d8..b79048c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,8 @@ python-musicpd Changes List =========================== -Changes in 0.#.# UNRELEASED ----------------------------- +Changes in 0.5.0 +---------------- * Add readpicture command * Add getfingerprint command diff --git a/musicpd.py b/musicpd.py index 5b2a37a..16a7955 100644 --- a/musicpd.py +++ b/musicpd.py @@ -28,7 +28,7 @@ HELLO_PREFIX = "OK MPD " ERROR_PREFIX = "ACK " SUCCESS = "OK" NEXT = "list_OK" -VERSION = '0.4.5' +VERSION = '0.5.0' #: seconds before a tcp connection attempt times out CONNECTION_TIMEOUT = 5