From f4389e0f1f34106ad8872153815cef4a794ad3f9 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Wed, 26 Aug 2020 18:17:44 +0200 Subject: [PATCH] Update changlog / documentation for upcoming release 1.4.4 Signed-off-by: Christopher Arndt --- CHANGELOG.rst | 16 ++++++++++++---- INSTALL.rst | 6 +++--- docs/rtmidi.rst | 1 - 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3b6eef70..8c4dd4e6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,16 +5,24 @@ For details and minor changes, please see the `version control log messages `_. +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 diff --git a/INSTALL.rst b/INSTALL.rst index b5278b97..ec720745 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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 @@ -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 */ diff --git a/docs/rtmidi.rst b/docs/rtmidi.rst index ba47c18e..9651eeaa 100644 --- a/docs/rtmidi.rst +++ b/docs/rtmidi.rst @@ -28,7 +28,6 @@ rtmidi.version module :undoc-members: :show-inheritance: - Module contents ---------------