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 2fcd09c commit b474851Copy full SHA for b474851
CHANGES.rst
@@ -5,7 +5,7 @@ Changes in 1.0.2 (2013-06-27):
5
------------------------------
6
* revert code to version 1.0.0 (see :issue:`35`)
7
* fix: :issue:`35` deprecation warning for DEFAULT_DEVICE shows always
8
- * renamed a doc page, no links should break
+ * renamed a api documentation page, a redirect was created
9
10
Changes in 1.0.1 (2013-06-26):
11
discid/__init__.py
@@ -34,7 +34,7 @@
34
import discid.libdiscid
35
import discid.disc
36
37
-__version__ = "1.0.1-dev"
+__version__ = "1.0.2"
38
39
40
# these contants are defined here so sphinx can catch the "docstrings"
0 commit comments