Skip to content

Commit f10e008

Browse files
committed
set version to 1.1.0
1 parent 70830e0 commit f10e008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
Changes in 1.1.0 (unreleased):
4+
Changes in 1.1.0 (2013-10-09):
55
------------------------------
66
* feature :issue:`36` add :attr:`Disc.toc_string`
77
* :issue:`38` remove :class:`DiscId` (deprecated since 0.5.0)

discid/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import discid.libdiscid
3434
import discid.disc
3535

36-
__version__ = "1.1.0-dev"
36+
__version__ = "1.1.0"
3737

3838

3939
# these contants are defined here so sphinx can catch the "docstrings"

0 commit comments

Comments
 (0)