Skip to content

Commit b2bea1a

Browse files
committed
bump 3.0.1
1 parent 5cd09c3 commit b2bea1a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: doc/changes.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
python-mpd2 Changes List
22
========================
33

4+
Changes in v3.0.1
5+
-----------------
6+
* 3.0.0 accidentially introduced typing annotation that were not meant to be published yet.
7+
8+
49
Changes in v3.0.0
510
-----------------
611

Diff for: mpd/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import sys
2323
import warnings
2424

25-
VERSION = (3, 0, 0)
25+
VERSION = (3, 0, 1)
2626
HELLO_PREFIX = "OK MPD "
2727
ERROR_PREFIX = "ACK "
2828
SUCCESS = "OK"

0 commit comments

Comments
 (0)