From d1195653e09c6392de9fdc838946b997368b769b Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Wed, 26 Jun 2024 13:02:00 -0700 Subject: [PATCH] Bump version from 0.15.0 to 0.15.1 --- CHANGELOG.md | 5 +++-- CITATION.cff | 4 ++-- docs/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 723a31b..3a82707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ project adheres to clauses 1–8 of [Semantic Versioning](https://semver.org/spe ## [Unreleased] -## [0.15.1] (Jun 25 2024) +## [0.15.1] (Jun 26 2024) ### Fixed @@ -225,7 +225,8 @@ project adheres to clauses 1–8 of [Semantic Versioning](https://semver.org/spe - Database class `ParamDB` to store parameters in a SQLite file - Ability to retrieve the commit history as `CommitEntry` objects -[unreleased]: https://github.com/PainterQubits/paramdb/compare/v0.15.0...main +[unreleased]: https://github.com/PainterQubits/paramdb/compare/v0.15.1...main +[0.15.1]: https://github.com/PainterQubits/paramdb/releases/tag/v0.15.1 [0.15.0]: https://github.com/PainterQubits/paramdb/releases/tag/v0.15.0 [0.14.0]: https://github.com/PainterQubits/paramdb/releases/tag/v0.14.0 [0.13.0]: https://github.com/PainterQubits/paramdb/releases/tag/v0.13.0 diff --git a/CITATION.cff b/CITATION.cff index 242249e..afb2918 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,6 +4,6 @@ authors: - family-names: "Hadley" given-names: "Alex" title: "ParamDB" -version: 0.15.0 -date-released: 2024-06-21 +version: 0.15.1 +date-released: 2024-06-26 url: "https://github.com/PainterQubits/paramdb" diff --git a/docs/conf.py b/docs/conf.py index a906075..70cd887 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,7 +4,7 @@ project = "ParamDB" copyright = "2023–2024, California Institute of Technology" author = "Alex Hadley" -release = "0.15.0" +release = "0.15.1" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index af583a0..1f9cab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "paramdb" -version = "0.15.0" +version = "0.15.1" description = "Python package for storing and retrieving experiment parameters." authors = ["Alex Hadley "] license = "BSD-3-Clause"