Skip to content

Commit 83989d3

Browse files
committed
Release 1.0.3
1 parent 7487723 commit 83989d3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.3
4+
5+
- Use new Pyomo 6.6.1 method to `close()` Gurobi and prevent duplicate instances, thanks @torressa
6+
37
## 1.0.2
48

59
- Update dependencies

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_long_description() -> str:
1717

1818
setup(
1919
name="pyaugmecon",
20-
version="1.0.2",
20+
version="1.0.3",
2121
author="Wouter Bles",
2222
author_email="[email protected]",
2323
long_description=get_long_description(),

0 commit comments

Comments
 (0)