Skip to content

Commit

Permalink
Merge branch 'release-0.8.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Oct 21, 2023
2 parents 6fbf1c4 + 5a41dff commit 60bcae6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 60bcae6

Please sign in to comment.