From 51b0de0cf900151d0e79c57480d20e42ab120987 Mon Sep 17 00:00:00 2001 From: Olivier Jolly Date: Tue, 2 Feb 2016 16:14:46 +0100 Subject: [PATCH] Prepare for the 0.8.0 release Creates change logs along with updating the setup scripts. --- CHANGELOG | 8 ++++++++ setup.py | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..9c0fcb7 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,8 @@ +## [0.8.0] - 2016-02-02 +### Added +- added xrnicomment CLI +- added xrnitag CLI +- added xrniorganise CLI + +### Changed +- sf2toxrni and sfztoxrni default encoding is now flac diff --git a/setup.py b/setup.py index 0fbdeeb..9e50210 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.7.0', + version='0.8.0', description='Renoise library and utilities', long_description=long_description, @@ -87,7 +87,7 @@ setup( # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=['lxml', 'sf2utils>=0.7.0'], + install_requires=['lxml', 'sf2utils>=0.8.0'], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax,