Skip to content

Commit f77f3a2

Browse files
committed
Changes for release 0.6.9
1 parent 6516fe3 commit f77f3a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.6.8.{build}'
1+
version: '0.6.9.{build}'
22

33
pull_requests:
44
do_not_increment_build_number: true

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.8'
62+
release = '0.6.9'
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 = 8
8+
PATCH = 9
99
SUFFIX = '' # include the '.'
1010
FULLVERSION = '%d.%d.%d%s' % (MAJOR, MINOR, PATCH, SUFFIX)
1111

0 commit comments

Comments
 (0)