Skip to content

Commit

Permalink
Prepare bugfix release v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Sep 21, 2023
1 parent 0b97927 commit 3ade105
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.1 - 2023-09-18
## 0.12.1 - 2023-09-21
- Fix Parameter.set_values with np.ndarray objects.

## 0.12.0 - 2023-08-29
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.1b0"
__version__ = "0.12.1"


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.12.1b0
amplpy==0.12.1
ampl-sphinx-theme
sphinx==4.2.0
myst_parser>=0.17.0
Expand Down
4 changes: 2 additions & 2 deletions 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.1b0",
version="0.12.1",
description="Python API for AMPL",
long_description=__doc__,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -214,5 +214,5 @@ def link_args():
)
],
package_data={"": package_content()},
install_requires=["ampltools >= 0.5.6"],
install_requires=["ampltools >= 0.6.2"],
)

0 comments on commit 3ade105

Please sign in to comment.