Skip to content

Commit 579dac9

Browse files
committed
Bumped to 0.3.0.
1 parent aea1a55 commit 579dac9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
0.3.0dev0
2-
=========
1+
0.3.0
2+
=====
33

44
- Added support for Conda Forge Windows Ipopt >=3.13 binaries using the
55
IPOPTWINDIR="USECONDAFORGEIPOPT" environment variable value.

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
include setup.py
2+
include AUTHORS
23
include LICENSE
34
include CHANGELOG
5+
include README.rst
46
recursive-include ipopt *.py
57
recursive-include src *.pyx *.pxd *.c
68
recursive-include test *.py

ipopt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
License: EPL 1.0
1414
"""
1515

16-
__version__ = '0.3.0.dev0'
16+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)