Skip to content

Commit

Permalink
Prepare release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed May 27, 2022
1 parent 7b9b9b2 commit 46b4fcb
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.8.2 - 2022-04-##
## 0.8.2 - 2022-05-27
- [BREAKING] Raise RuntimeError in Entity.get_values if there are any issues with the data.
- Add ampltools as dependency as import everything.
- Fixed hanging when license check fails on Windows.
Expand Down
2 changes: 1 addition & 1 deletion amplpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .environment import Environment
from .ampl import AMPL

__version__ = "0.8.2b2"
__version__ = "0.8.2"


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.2b2
amplpy==0.8.2
#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.2b2",
version="0.8.2",
description="Python API for AMPL",
long_description=__doc__,
license="BSD-3",
Expand Down

0 comments on commit 46b4fcb

Please sign in to comment.