Skip to content

Commit

Permalink
Prepare amplpy release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Aug 28, 2023
1 parent 5c7ca4d commit 5f8c70b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.12.0 - 2023-08-XX
## 0.12.0 - 2023-08-29
- Upgrade libampl to 2.2.0-20230825.
- Use x-ampl by default if available.
- Add properties AMPL.solve_result/AMPL.solve_result_num.
Expand Down
2 changes: 1 addition & 1 deletion amplpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
except Exception:
pass

__version__ = "0.12.0b1"
__version__ = "0.12.0"


def _list_aliases():
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amplpy==0.11.2
amplpy==0.12.0
ampl-sphinx-theme
sphinx==4.2.0
myst_parser>=0.17.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def link_args():

setup(
name="amplpy",
version="0.12.0b1",
version="0.12.0",
description="Python API for AMPL",
long_description=__doc__,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5f8c70b

Please sign in to comment.