We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd21d7 commit ef54852Copy full SHA for ef54852
CHANGES.rst
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+Changes in 1.0.3 (2013-10-06):
5
+------------------------------
6
+ * fix: :issue:`37` test_emptyness: Assertion disc->success failed
7
+
8
Changes in 1.0.2 (2013-06-27):
9
------------------------------
10
* revert code to version 1.0.0 (see :issue:`35`)
discid/__init__.py
@@ -34,7 +34,7 @@
34
import discid.libdiscid
35
import discid.disc
36
37
-__version__ = "1.0.2"
+__version__ = "1.0.3"
38
39
40
# these contants are defined here so sphinx can catch the "docstrings"
0 commit comments