Skip to content

Commit ef54852

Browse files
committed
set version to 1.0.3, update CHANGES
1 parent 6dd21d7 commit ef54852

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

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

4+
Changes in 1.0.3 (2013-10-06):
5+
------------------------------
6+
* fix: :issue:`37` test_emptyness: Assertion disc->success failed
7+
48
Changes in 1.0.2 (2013-06-27):
59
------------------------------
610
* revert code to version 1.0.0 (see :issue:`35`)

discid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import discid.libdiscid
3535
import discid.disc
3636

37-
__version__ = "1.0.2"
37+
__version__ = "1.0.3"
3838

3939

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

0 commit comments

Comments
 (0)