Skip to content

Commit 90120af

Browse files
committed
Changes for release 0.6.3
1 parent 1aa296a commit 90120af

3 files changed

Lines changed: 10 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.2'
54+
release = '0.6.3'
5555

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

release.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Release process:
2+
- Make sure you are on the proper release branch
3+
- Update the version in setup.py
4+
- Update the version in doc/conf.py
5+
- Commit the changes with message "Changes for release X.Y.Z"
6+
- Push to master
7+
- Add a release on github with a tag in the form of 'vX.Y.X'
8+
- Make note of the major changes since the last release

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
MAJOR = 0
77
MINOR = 6
88
PATCH = 3
9-
SUFFIX = '.dev0' # include the '.'
9+
SUFFIX = '' # include the '.'
1010
FULLVERSION = '%d.%d.%d%s' % (MAJOR, MINOR, PATCH, SUFFIX)
1111

1212
try:

0 commit comments

Comments
 (0)