Skip to content

Commit

Permalink
set version to 2.0.0 (final)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyJD committed May 5, 2014
1 parent 65044be commit d40c130
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Changes in 2.0.0 (2014-05-??)
### Changes in 2.0.0 (2014-05-05)
* [#59] use libdiscid as isrc backend
* [#6] use the NGS (WS/2) web service
* [#54] Python 3 support
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version := 2.0.0-dev
#version := 2.0.0
#version := 2.1.0-dev
version := 2.0.0

build:
./setup.py build
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Isrcsubmit 2.0.0-dev for MusicBrainz
Isrcsubmit 2.0.0 for MusicBrainz
====================================

This python script extracts ISRCs_ from audio CDs
Expand All @@ -17,7 +17,7 @@ Features:

* read ISRCs from disc
* search for releases with the TOC of the disc
* display release information from MB
* display release information from MusicBrainz
* submit ISRCs
* submit discIds / TOCs
* duplicate ISRC detection (local and on server)
Expand All @@ -32,9 +32,9 @@ Dependencies:
* keyring_ (optional)

.. _python-discid: http://python-discid.readthedocs.org/
.. _python-libdiscid: http://pythonhosted.org/python-libdiscid
.. _python-libdiscid: http://pythonhosted.org/python-libdiscid/
.. _python-musicbrainzngs: http://python-musicbrainzngs.readthedocs.org/
.. _keyring: https://bitbucket.org/kang/python-keyring-lib
.. _keyring: https://bitbucket.org/kang/python-keyring-lib/


Usage:
Expand Down
2 changes: 1 addition & 1 deletion isrcsubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
https://github.com/JonnyJD/musicbrainz-isrcsubmit
"""

__version__ = "2.0.0-dev"
__version__ = "2.0.0"
AGENT_NAME = "isrcsubmit.py"
DEFAULT_SERVER = "musicbrainz.org"
# starting with highest priority
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def run(self):
scripts=["isrcsubmit.py"],
license="GPLv3+",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Environment :: MacOS X",
"Environment :: Win32 (MS Windows)",
Expand Down

0 comments on commit d40c130

Please sign in to comment.