Skip to content

Commit ea1eeea

Browse files
committed
Changes for release 0.7.0
1 parent 2848b59 commit ea1eeea

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '0.6'
60+
version = '0.7'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.6.9'
62+
release = '0.7.0'
6363

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

release.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Release process:
33
- Update the version in setup.py
44
- Update the version in doc/conf.py
55
- Update the version in .appveyor.yml
6+
- Update the version in conda/{libgpuarray,pygpu}/meta.yaml
67
- Commit the changes with message "Changes for release X.Y.Z"
78
git commit -m "Changes for release X.Y.Z"
89
- Make a git tag

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 = 7
88
PATCH = 0
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)