sforkowany z mirror/rnsutils
Prepare for the 0.8.0 release
Creates change logs along with updating the setup scripts.master
rodzic
c0765473b4
commit
51b0de0cf9
|
@ -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
|
4
setup.py
4
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,
|
||||
|
|
Ładowanie…
Reference in New Issue