Skip to content

Commit c3298d5

Browse files
authored
Merge pull request #362 from bknueven/release_0_12_1
Release 0.12.1
2 parents 1717c1f + 6839f31 commit c3298d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
# built documents.
6969
#
7070
# The short X.Y version.
71-
version = '0.12'
71+
version = '0.12.1'
7272
# The full version, including alpha/beta/rc tags.
73-
release = '0.12'
73+
release = '0.12.1'
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
@@ -21,7 +21,7 @@
2121
# intentionally leaving out mpi4py to help readthedocs
2222
setup(
2323
name='mpi-sppy',
24-
version='0.12',
24+
version='0.12.1',
2525
description="mpi-sppy",
2626
long_description=long_description,
2727
url='https://github.com/Pyomo/mpi-sppy',

0 commit comments

Comments
 (0)