From 100ea71cfed57c53f1f800cfe5d045faaa960a3f Mon Sep 17 00:00:00 2001 From: Colton Hicks Date: Wed, 11 Sep 2024 17:07:36 -0700 Subject: [PATCH] Bumped version to 0.12.1. Updated CHANGELOG. --- docs/CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b68eef1..5af6bea 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.12.1] - 2024-09-11 + ### Changed - Using `FutureOutput` for arrays of inputs of length 1. @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 1afc070..119d995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"