Skip to content

Commit

Permalink
Bumped to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Dec 1, 2020
1 parent aea1a55 commit 579dac9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.3.0dev0
=========
0.3.0
=====

- Added support for Conda Forge Windows Ipopt >=3.13 binaries using the
IPOPTWINDIR="USECONDAFORGEIPOPT" environment variable value.
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
include setup.py
include AUTHORS
include LICENSE
include CHANGELOG
include README.rst
recursive-include ipopt *.py
recursive-include src *.pyx *.pxd *.c
recursive-include test *.py
Expand Down
2 changes: 1 addition & 1 deletion ipopt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
License: EPL 1.0
"""

__version__ = '0.3.0.dev0'
__version__ = '0.3.0'

0 comments on commit 579dac9

Please sign in to comment.