From: Kaliko Jack Date: Wed, 9 Dec 2020 15:46:43 +0000 (+0100) Subject: Bumped version X-Git-Tag: v0.5.1~5 X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=d6599ddc82b7979e040bf7acd6a0fee2ff90c508 Bumped version --- diff --git a/CHANGES.txt b/CHANGES.txt index b79048c..29e25e4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ python-musicpd Changes List =========================== +Changes in 0.6.0 +---------------- + +* Remove bztar from sdist + Changes in 0.5.0 ---------------- diff --git a/musicpd.py b/musicpd.py index 16a7955..d4d1974 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.5.0' +VERSION = '0.6.0' #: seconds before a tcp connection attempt times out CONNECTION_TIMEOUT = 5