Skip to content

Commit

Permalink
Final changes for Pyomo 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Jan 8, 2017
1 parent 1bd542c commit 7826088
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Pyomo CHANGELOG
===============

-------------------------------------------------------------------------------
Pyomo 5.1.1
-------------------------------------------------------------------------------

- Monkeypatch to resolve (#95)

-------------------------------------------------------------------------------
Pyomo 5.1
-------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyomo/version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
# development and set to 'final' for releases.
_major=5
_minor=1
_micro=0
_releaselevel='invalid'
_micro=1
_releaselevel='final'
_serial=0

if _releaselevel == 'final':
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def read(*rnames):
# pyomo/pyomo/version/__init__.py
# pyomo/RELEASE.txt
#
version='5.1',
version='5.1.1',
maintainer='William E. Hart',
maintainer_email='wehart@sandia.gov',
url='http://pyomo.org',
Expand All @@ -84,7 +84,7 @@ def read(*rnames):
],
packages=packages,
keywords=['optimization'],
namespace_packages=['pyomo', 'pyomo.data'],
namespace_packages=['pyomo'],
install_requires=requires,
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 7826088

Please sign in to comment.