From 5f8c70bf62f00df687153587ad04c2bfbbcda382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20Brand=C3=A3o?= Date: Tue, 29 Aug 2023 01:44:48 +0200 Subject: [PATCH] Prepare amplpy release v0.12.0 --- CHANGELOG.md | 2 +- amplpy/__init__.py | 2 +- docs/requirements.txt | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4257260..eb6d57f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/amplpy/__init__.py b/amplpy/__init__.py index efe2796..378c6d1 100644 --- a/amplpy/__init__.py +++ b/amplpy/__init__.py @@ -42,7 +42,7 @@ except Exception: pass -__version__ = "0.12.0b1" +__version__ = "0.12.0" def _list_aliases(): diff --git a/docs/requirements.txt b/docs/requirements.txt index c53b35d..be427c6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -amplpy==0.11.2 +amplpy==0.12.0 ampl-sphinx-theme sphinx==4.2.0 myst_parser>=0.17.0 diff --git a/setup.py b/setup.py index 3ed1249..3491447 100644 --- a/setup.py +++ b/setup.py @@ -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",