Skip to content

Commit

Permalink
set version to 0.5.0
Browse files Browse the repository at this point in the history
Last CHANGES additions and readme/index fixes.
  • Loading branch information
JonnyJD committed Apr 26, 2013
1 parent 8957876 commit 2902ba8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
Changelog
=========

Changes in 0.5.0 (2013-04-??):
Changes in 0.5.0 (2013-04-27):
------------------------------

* feature: :issue:`10` add :attr:`Disc.mcn` and :attr:`Track.isrc`
* feature: add :data:`LIBDISCID_VERSION_STRING`
* feature: :issue:`28` add :attr:`Disc.seconds`, :attr:`Track.seconds`
and aliases :attr:`Disc.length` and :attr:`Track.sectors`
* :issue:`22` move :func:`read` and :func:`put` to module level
* :issue:`25` provide a package `discid` rather than a module
* :issue:`29` changed parameters for :func:`put` to include extra `sectors`
and add :exc:`TOCError`
* rename :class:`DiscId` to :class:`Disc`
* fix: :issue:`27` move track attributes to :class:`Track`
* fix: :issue:`24` only have "real" tracks in the list(s) (0 not special)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module works with Python 2 >= 2.6, or Python 3 >= 3.1.
Libdiscid >= 0.2.2 is needed.

Libdiscid's main purpose is the calculation of an identifier of audio
discs (disc ID) to use for the MusicBrainz database.
discs (disc ID) to use for the `MusicBrainz database <http://musicbrainz.org>`_.

That identifier is calculated from the TOC of the disc, similar to the
freeDB CDDB identifier. Libdiscid can calculate MusicBrainz disc IDs and
Expand Down
2 changes: 1 addition & 1 deletion discid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import discid.libdiscid
import discid.disc

__version__ = "0.4.0-dev"
__version__ = "0.5.0"


# these contants are defined here so sphinx can catch the "docstrings"
Expand Down
7 changes: 4 additions & 3 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ python-discid |current|
**python-discid** is a Python binding
of :musicbrainz:`libdiscid` by MusicBrainz.

The main purpose is the calculation of and identifier for audio discs
(disc ID) to use for the MusicBrainz_ database.
Additionally the disc MCN and track ISRCs can be extracted.
The main purpose is the calculation of an identifier for audio discs
(:musicbrainz:`Disc ID`) to use for the MusicBrainz_ database.
Additionally the disc MCN and track :musicbrainz:`ISRCs <ISRC>`
can be extracted.

This module is released under the
`GNU Lesser General Public License Version 3
Expand Down

0 comments on commit 2902ba8

Please sign in to comment.