From 3f71be1ba8bcd2dfba7166e838322ab3c5b15404 Mon Sep 17 00:00:00 2001 From: Colton Hicks Date: Tue, 16 Jul 2024 16:42:09 -0700 Subject: [PATCH] Bumped version to 0.7.4. Updated CHANGELOG. --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d23b843..f6ee5ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [unreleased] +## [0.7.4] - 2024-07-16 + ### Changed - Added `threading.Lock()` to `capture_sys_stdout` so that it is thread safe. @@ -263,7 +265,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Created adapter for TeraChem. - Exposed general purpose computing for any subprocess with `FileAdaptor` -[unreleased]: https://github.com/coltonbh/qcop/compare/0.7.3...HEAD +[unreleased]: https://github.com/coltonbh/qcop/compare/0.7.4...HEAD +[0.7.4]: https://github.com/coltonbh/qcop/releases/tag/0.7.4 [0.7.3]: https://github.com/coltonbh/qcop/releases/tag/0.7.3 [0.7.2]: https://github.com/coltonbh/qcop/releases/tag/0.7.2 [0.7.1]: https://github.com/coltonbh/qcop/releases/tag/0.7.1 diff --git a/pyproject.toml b/pyproject.toml index 26c4dcb..7784458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qcop" -version = "0.7.3" +version = "0.7.4" description = "A package for operating Quantum Chemistry programs using qcio standardized data structures. Compatible with TeraChem, psi4, QChem, NWChem, ORCA, Molpro, geomeTRIC and many more." authors = ["Colton Hicks "] license = "MIT"