Skip to content

Commit 9a5993c

Browse files
committedJan 29, 2017
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

+5
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

+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"
36+
__version__ = "1.1.1"
3737

3838

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

0 commit comments

Comments
 (0)
Please sign in to comment.