Skip to content

Commit b5e41fe

Browse files
authored
Merge pull request #91 from Pyomo/release_0.8
Setting up 0.8 release
2 parents a287310 + 0640de4 commit b5e41fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# The short X.Y version.
7171
version = '0.8'
7272
# The full version, including alpha/beta/rc tags.
73-
release = '0.8.dev0'
73+
release = '0.8'
7474

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='mpi-sppy',
19-
version='0.8.dev0',
19+
version='0.8',
2020
description="mpi-sppy",
2121
url='https://github.com/Pyomo/mpi-sppy',
2222
author='David Woodruff',

0 commit comments

Comments
 (0)