Skip to content

Commit ee1ff9b

Browse files
committed
Changes for release 0.6.6
1 parent 10cb9ec commit ee1ff9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '0.6'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.6.5'
62+
release = '0.6.6'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
MAJOR = 0
77
MINOR = 6
8-
PATCH = 5
8+
PATCH = 6
99
SUFFIX = '' # include the '.'
1010
FULLVERSION = '%d.%d.%d%s' % (MAJOR, MINOR, PATCH, SUFFIX)
1111

0 commit comments

Comments
 (0)