Skip to content

Commit 6d3e031

Browse files
authored
Merge pull request #270 from Pyomo/release_0_11
Setting up release 0.11
2 parents 0c27212 + f8c4852 commit 6d3e031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/conf.py

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

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# intentionally leaving out mpi4py to help readthedocs
1818
setup(
1919
name='mpi-sppy',
20-
version='0.11.dev0',
20+
version='0.11',
2121
description="mpi-sppy",
2222
url='https://github.com/Pyomo/mpi-sppy',
2323
author='David Woodruff',

0 commit comments

Comments
 (0)