We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4facda5 commit 9a5993cCopy full SHA for 9a5993c
CHANGES.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+Changes in 1.1.1 (2017-01-29):
5
+------------------------------
6
+ * workaround :issue:`43` for py2app problems
7
+ * :issue:`41` improve windows example
8
+
9
Changes in 1.1.0 (2013-10-09):
10
------------------------------
11
* feature :issue:`36` add :attr:`Disc.toc_string`
discid/__init__.py
@@ -33,7 +33,7 @@
33
import discid.libdiscid
34
import discid.disc
35
36
-__version__ = "1.1.0"
+__version__ = "1.1.1"
37
38
39
# these contants are defined here so sphinx can catch the "docstrings"
0 commit comments