Skip to content

Commit

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

## 0.13.2 - 2023-01-XX
- Flush standard output after every message in the default OutputHandler.
## 0.13.2 - 2024-01-05
- OutputHandler: Flush standard output after every message.

## 0.13.1 - 2023-12-29
- Upgrade libampl to 2.3.7-20231229.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ $ pip install . --upgrade
BSD-3
***
Copyright © 2023 AMPL Optimization inc. All rights reserved.
Copyright © 2024 AMPL Optimization inc. All rights reserved.
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.13.2b0"
__version__ = "0.13.2"


def _list_aliases():
Expand Down
2 changes: 1 addition & 1 deletion amplpy/vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ $ python -m pip install ampltools
BSD-3

***
Copyright © 2023 AMPL Optimization inc. All rights reserved.
Copyright © 2024 AMPL Optimization inc. All rights reserved.
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.13.1
amplpy==0.13.2
ampl-sphinx-theme @ git+https://github.com/ampl/ampl.github.io.git#subdirectory=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 @@ -165,7 +165,7 @@ def link_args():

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

0 comments on commit 4161207

Please sign in to comment.