We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea1a55 commit 579dac9Copy full SHA for 579dac9
CHANGELOG
@@ -1,5 +1,5 @@
1
-0.3.0dev0
2
-=========
+0.3.0
+=====
3
4
- Added support for Conda Forge Windows Ipopt >=3.13 binaries using the
5
IPOPTWINDIR="USECONDAFORGEIPOPT" environment variable value.
MANIFEST.in
@@ -1,6 +1,8 @@
include setup.py
+include AUTHORS
include LICENSE
include CHANGELOG
+include README.rst
6
recursive-include ipopt *.py
7
recursive-include src *.pyx *.pxd *.c
8
recursive-include test *.py
ipopt/version.py
@@ -13,4 +13,4 @@
13
License: EPL 1.0
14
"""
15
16
-__version__ = '0.3.0.dev0'
+__version__ = '0.3.0'
0 commit comments