We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70830e0 commit f10e008Copy full SHA for f10e008
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-Changes in 1.1.0 (unreleased):
+Changes in 1.1.0 (2013-10-09):
5
------------------------------
6
* feature :issue:`36` add :attr:`Disc.toc_string`
7
* :issue:`38` remove :class:`DiscId` (deprecated since 0.5.0)
discid/__init__.py
@@ -33,7 +33,7 @@
33
import discid.libdiscid
34
import discid.disc
35
36
-__version__ = "1.1.0-dev"
+__version__ = "1.1.0"
37
38
39
# these contants are defined here so sphinx can catch the "docstrings"
0 commit comments