Skip to content

Commit

Permalink
Changes for release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abergeron committed Aug 30, 2017
1 parent 2848b59 commit ea1eeea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6.9'
release = '0.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Release process:
- Update the version in setup.py
- Update the version in doc/conf.py
- Update the version in .appveyor.yml
- Update the version in conda/{libgpuarray,pygpu}/meta.yaml
- Commit the changes with message "Changes for release X.Y.Z"
git commit -m "Changes for release X.Y.Z"
- Make a git tag
Expand Down
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 = 7
PATCH = 0
SUFFIX = '.dev0' # include the '.'
SUFFIX = '' # include the '.'
FULLVERSION = '%d.%d.%d%s' % (MAJOR, MINOR, PATCH, SUFFIX)

try:
Expand Down

0 comments on commit ea1eeea

Please sign in to comment.