Skip to content

Commit 9328590

Browse files
committed
Changes for release 0.6.5
1 parent 28c51a7 commit 9328590

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The short X.Y version.
5252
version = '0.6'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '0.6.4'
54+
release = '0.6.5'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# 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 = 4
8+
PATCH = 5
99
SUFFIX = '' # include the '.'
1010
FULLVERSION = '%d.%d.%d%s' % (MAJOR, MINOR, PATCH, SUFFIX)
1111

0 commit comments

Comments
 (0)