From 5c6530b34ea1d8c02506e8b90180887c38d07565 Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Sat, 24 Aug 2024 18:38:48 -0400 Subject: [PATCH] Bump version from 0.5.0 to 0.5.1 --- CHANGELOG.md | 6 +++++- CITATION.cff | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c309d0..1b404d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.5.1] (Aug 24 2024) + - Add view, edit, and GitHub links to documentation website. ## [0.5.0] (Aug 24 2024) @@ -76,7 +78,9 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Function `load_log()` to load log files. - Initial documentation website. -[unreleased]: https://github.com/PainterQubits/datalogs/compare/v0.4.0...main +[unreleased]: https://github.com/PainterQubits/datalogs/compare/v0.5.1...main +[0.5.1]: https://github.com/PainterQubits/datalogs/releases/tag/v0.5.1 +[0.5.0]: https://github.com/PainterQubits/datalogs/releases/tag/v0.5.0 [0.4.0]: https://github.com/PainterQubits/datalogs/releases/tag/v0.4.0 [0.3.2]: https://github.com/PainterQubits/datalogs/releases/tag/v0.3.2 [0.3.1]: https://github.com/PainterQubits/datalogs/releases/tag/v0.3.1 diff --git a/CITATION.cff b/CITATION.cff index 71710f7..5e67810 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,6 +4,6 @@ authors: - family-names: "Hadley" given-names: "Alex" title: "DataLogs" -version: 0.5.0 +version: 0.5.1 date-released: 2024-08-24 url: "https://github.com/PainterQubits/datalogs" diff --git a/docs/conf.py b/docs/conf.py index 9d850c2..81198db 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,7 +4,7 @@ project = "DataLogs" copyright = "2023–2024, California Institute of Technology" author = "Alex Hadley" -release = "0.5.0" +release = "0.5.1" # Extensions extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 014051c..aad468c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "datalogs" -version = "0.5.0" +version = "0.5.1" description = "Python package for logging data from scientific experiments." authors = ["Alex Hadley "] license = "BSD-3-Clause"