Skip to content

Commit

Permalink
Prepare release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Jun 23, 2022
1 parent 0d4f50f commit 2e52de1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.8.3 - 2022-06-##
- Improve handling of numpy types.
## 0.8.3 - 2022-06-23
- Improved handling of numpy types.

## 0.8.2 - 2022-05-27
- [BREAKING] Raise RuntimeError in Entity.get_values if there are any issues with the data.
Expand Down
2 changes: 1 addition & 1 deletion amplpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from .environment import Environment
from .ampl import AMPL

__version__ = "0.8.3b0"
__version__ = "0.8.3"


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.8.3b0
amplpy==0.8.3
#pydata-sphinx-theme==0.7.1
ampl-sphinx-theme
sphinx==4.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def link_args():

setup(
name="amplpy",
version="0.8.3b0",
version="0.8.3",
description="Python API for AMPL",
long_description=__doc__,
license="BSD-3",
Expand Down

0 comments on commit 2e52de1

Please sign in to comment.