Update information for release v0.4.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Whipper
|
||||
[](https://github.com/JoeLametta/whipper/blob/readme-rewrite/COPYING) [](https://travis-ci.org/JoeLametta/whipper) [](https://github.com/JoeLametta/whipper) [](https://webchat.freenode.net/?channels=%23whipper) [](https://github.com/JoeLametta/whipper/stargazers) [](https://github.com/JoeLametta/whipper/issues)
|
||||
[](https://github.com/JoeLametta/whipper/blob/readme-rewrite/COPYING) [](https://travis-ci.org/JoeLametta/whipper) [](https://github.com/JoeLametta/whipper/releases/latest) [](https://webchat.freenode.net/?channels=%23whipper) [](https://github.com/JoeLametta/whipper/stargazers) [](https://github.com/JoeLametta/whipper/issues)
|
||||
|
||||
Whipper is a Python 2 CD-DA ripper, fork of the morituri project (_CDDA ripper for *nix systems aiming for accuracy over speed_). It improves morituri which development seems to have halted merging old ignored pull requests, improving it with bugfixes and new features.
|
||||
|
||||
@@ -48,6 +48,7 @@ https://web.archive.org/web/20160528213242/https://thomas.apestaart.org/thomas/t
|
||||
|
||||
## Release history
|
||||
|
||||
- 0.4.0 - Replace `cdrdao.py` with much simpler version. Logger update. Raise Exception when track rip runs out of attempts. Undelete overzealously removed plugin initialisation (fix regression). Invoke whipper by its name & readme rewrite
|
||||
- 0.3.0 - SoX is now used for peak detection. Migration to setuptools
|
||||
- 0.2.4 - First tagged release after morituri fork (includes "new config/cache/state file paths" backward incompatible change)
|
||||
|
||||
|
||||
2
setup.py
2
setup.py
@@ -3,7 +3,7 @@ from os import system, makedirs, environ
|
||||
|
||||
setup(
|
||||
name="whipper",
|
||||
version="0.3.0",
|
||||
version="0.4.0",
|
||||
description="a secure cd ripper preferring accuracy over speed",
|
||||
author=['Thomas Vander Stichele', 'Joe Lametta', 'Samantha Baldwin'],
|
||||
maintainer=['Joe Lametta', 'Samantha Baldwin'],
|
||||
|
||||
Reference in New Issue
Block a user