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,