Skip to content

Commit

Permalink
Changes for release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abergeron committed Apr 6, 2017
1 parent 1aa296a commit 90120af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.2'
release = '0.6.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 8 additions & 0 deletions release.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Release process:
- Make sure you are on the proper release branch
- Update the version in setup.py
- Update the version in doc/conf.py
- Commit the changes with message "Changes for release X.Y.Z"
- Push to master
- Add a release on github with a tag in the form of 'vX.Y.X'
- Make note of the major changes since the last release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
MAJOR = 0
MINOR = 6
PATCH = 3
SUFFIX = '.dev0' # include the '.'
SUFFIX = '' # include the '.'
FULLVERSION = '%d.%d.%d%s' % (MAJOR, MINOR, PATCH, SUFFIX)

try:
Expand Down

0 comments on commit 90120af

Please sign in to comment.