Skip to content

Commit

Permalink
Bumped version to 0.12.1. Updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Sep 12, 2024
1 parent 97e3bae commit 100ea71
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.12.1] - 2024-09-11

### Changed

- Using `FutureOutput` for arrays of inputs of length 1.
Expand Down Expand Up @@ -218,7 +220,8 @@ Updated qcio (0.10.1 -> 0.10.2). `Structure.ids` -> `Structure.identifiers`
- `_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.12.0...HEAD
[unreleased]: https://github.com/mtzgroup/chemcloud-client/compare/0.12.1...HEAD
[0.12.1]: https://github.com/mtzgroup/chemcloud-client/releases/tag/0.12.1
[0.12.0]: https://github.com/mtzgroup/chemcloud-client/releases/tag/0.12.0
[0.11.1]: https://github.com/mtzgroup/chemcloud-client/releases/tag/0.11.1
[0.11.0]: https://github.com/mtzgroup/chemcloud-client/releases/tag/0.11.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.12.0"
version = "0.12.1"
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 100ea71

Please sign in to comment.