Skip to content

Commit f4389e0

Browse files
committed
Update changlog / documentation for upcoming release 1.4.4
Signed-off-by: Christopher Arndt <[email protected]>
1 parent 5d315a9 commit f4389e0

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,24 @@ 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.4
9+
------------------------
10+
11+
Fixes:
12+
* Fix ``setup.py`` to work with Python 2 again, though it is not officially
13+
supported anymore (#70, #72).
14+
15+
816
2020-08-11 version 1.4.3
917
------------------------
1018

1119
Fixes:
12-
* Fixed error when trying to import version number from `rtmidi.release`
13-
when Python is running with `-OO` optimization enabled (#69).
20+
* Fixed error when trying to import version number from ``rtmidi.release``
21+
when Python is running with ``-OO`` optimization enabled (#69).
1422

1523
Project infrastructure:
16-
* Moved distribution meta data to `setup.cfg`, added `rtmidi/version.py`
17-
and removed `rtmidi/release.py` (#69).
24+
* Moved distribution meta data to ``setup.cfg``, added
25+
``rtmidi/version.py`` and removed ``rtmidi/release.py`` (#69).
1826

1927

2028
2020-07-18 version 1.4.2

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.3.tar.gz
105-
$ cd python-rtmidi-1.4.3
104+
$ tar -xzf python-rtmidi-1.4.4.tar.gz
105+
$ cd python-rtmidi-1.4.4
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.3) is tagged with::
165+
(version 1.4.4) is tagged with::
166166

167167
/* Generated by Cython 0.29.21 */
168168

docs/rtmidi.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ rtmidi.version module
2828
:undoc-members:
2929
:show-inheritance:
3030

31-
3231
Module contents
3332
---------------
3433

0 commit comments

Comments
 (0)