From a1003102a9627475c7f0ebc2fcf3dca61331d7d3 Mon Sep 17 00:00:00 2001 From: Colton Hicks Date: Wed, 27 Sep 2023 21:51:38 -0700 Subject: [PATCH] Updated CHANGELOG. Bumped verison. --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a2bf2..093684c 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.5.2] - 2023-09-27 + ### Removed - All input parsing details from the library. @@ -90,7 +92,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Can return either `AtomicResult` or `FailedOperation` objects depending on whether calculation succeeded or failed. - Tests for all parsers and the main `parse` function. -[unreleased]: https://github.com/coltonbh/qcparse/compare/0.5.1...HEAD +[unreleased]: https://github.com/coltonbh/qcparse/compare/0.5.2...HEAD +[0.5.2]: https://github.com/coltonbh/qcparse/releases/tag/0.5.2 [0.5.1]: https://github.com/coltonbh/qcparse/releases/tag/0.5.1 [0.5.0]: https://github.com/coltonbh/qcparse/releases/tag/0.5.0 [0.4.1]: https://github.com/coltonbh/qcparse/releases/tag/0.4.1 diff --git a/pyproject.toml b/pyproject.toml index 52bda80..5e690d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qcparse" -version = "0.5.1" +version = "0.5.2" description = "A package for parsing Quantum Chemistry program file outputs into structured qcio data objects." authors = ["Colton Hicks "] license = "MIT"