diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fc689df..4493cda 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [unreleased] +## [0.8.3] - 2023-10-20 + ### Changed - Updated GitHub actions to run on `pull_request` in addition to `push`. @@ -164,7 +166,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - `_RequestsClient` class that handles all network requests to TeraChem Cloud server - `FutureResults` object that is created from a `task_id` and can be used to retrieve a result once finished. -[unreleased]: https://github.com/mtzgroup/chemcloud-client/compare/0.8.2...HEAD +[unreleased]: https://github.com/mtzgroup/chemcloud-client/compare/0.8.3...HEAD +[0.8.3]: https://github.com/mtzgroup/chemcloud-client/releases/tag/0.8.3 [0.8.2]: https://github.com/mtzgroup/chemcloud-client/releases/tag/0.8.2 [0.8.1]: https://github.com/mtzgroup/chemcloud-client/releases/tag/0.8.1 [0.8.0]: https://github.com/mtzgroup/chemcloud-client/releases/tag/0.8.0 diff --git a/pyproject.toml b/pyproject.toml index 82750f6..7341180 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chemcloud" -version = "0.8.2" +version = "0.8.3" description = "Fast, secure, scalable quantum chemistry. A Python client for the the ChemCloud server." authors = ["Colton Hicks "] license = "MIT"