Skip to content

Commit

Permalink
Update changlog / documentation for upcoming release 1.4.4
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Aug 26, 2020
1 parent 5d315a9 commit f4389e0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,24 @@ For details and minor changes, please see the `version control log messages
<https://github.com/SpotlightKid/python-rtmidi/commits/master>`_.


2020-08-26 version 1.4.4
------------------------

Fixes:
* Fix ``setup.py`` to work with Python 2 again, though it is not officially
supported anymore (#70, #72).


2020-08-11 version 1.4.3
------------------------

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

Project infrastructure:
* Moved distribution meta data to `setup.cfg`, added `rtmidi/version.py`
and removed `rtmidi/release.py` (#69).
* Moved distribution meta data to ``setup.cfg``, added
``rtmidi/version.py`` and removed ``rtmidi/release.py`` (#69).


2020-07-18 version 1.4.2
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ To download the python-rtmidi source distribution archive for the current
version, extract and install it, use the following commands::

$ pip download python-rtmidi
$ tar -xzf python-rtmidi-1.4.3.tar.gz
$ cd python-rtmidi-1.4.3
$ tar -xzf python-rtmidi-1.4.4.tar.gz
$ cd python-rtmidi-1.4.4
$ python setup.py install

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

/* Generated by Cython 0.29.21 */

Expand Down
1 change: 0 additions & 1 deletion docs/rtmidi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ rtmidi.version module
:undoc-members:
:show-inheritance:


Module contents
---------------

Expand Down

0 comments on commit f4389e0

Please sign in to comment.