Skip to content

Commit 9a5993c

Browse files
committed
set version to 1.1.1
1 parent 4facda5 commit 9a5993c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Changes in 1.1.1 (2017-01-29):
5+
------------------------------
6+
* workaround :issue:`43` for py2app problems
7+
* :issue:`41` improve windows example
8+
49
Changes in 1.1.0 (2013-10-09):
510
------------------------------
611
* feature :issue:`36` add :attr:`Disc.toc_string`

discid/__init__.py

Lines changed: 1 addition & 1 deletion
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"
36+
__version__ = "1.1.1"
3737

3838

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

0 commit comments

Comments
 (0)