Skip to content

Commit d8768d5

Browse files
committed
Update changlog / documentation for upcoming release 1.4.5
Signed-off-by: Christopher Arndt <[email protected]>
1 parent 668abc2 commit d8768d5

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ For details and minor changes, please see the `version control log messages
55
<https://github.com/SpotlightKid/python-rtmidi/commits/master>`_.
66

77

8+
2020-08-26 version 1.4.5
9+
------------------------
10+
11+
Fixes:
12+
* Revert to old way of reading version number via ``exec`` (see 686697d
13+
for background info).
14+
15+
816
2020-08-26 version 1.4.4
917
------------------------
1018

INSTALL.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ To download the python-rtmidi source distribution archive for the current
101101
version, extract and install it, use the following commands::
102102

103103
$ pip download python-rtmidi
104-
$ tar -xzf python-rtmidi-1.4.4.tar.gz
105-
$ cd python-rtmidi-1.4.4
104+
$ tar -xzf python-rtmidi-1.4.5.tar.gz
105+
$ cd python-rtmidi-1.4.5
106106
$ python setup.py install
107107

108108
On Linux or macOS / OS X, if you want to install python-rtmidi into the
@@ -162,7 +162,7 @@ platform-specific hints below.
162162
If you want to change the Cython source file ``_rtmidi.pyx`` or want to
163163
recompile ``_rtmidi.cpp`` with a newer Cython version, you'll need to install
164164
Cython >= 0.28. The ``_rtmidi.cpp`` file in the current source distribution
165-
(version 1.4.4) is tagged with::
165+
(version 1.4.5) is tagged with::
166166

167167
/* Generated by Cython 0.29.21 */
168168

0 commit comments

Comments
 (0)