Skip to content

Commit

Permalink
Bump version from 0.5.0 to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Aug 24, 2024
1 parent 0fdada7 commit 5c6530b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <contact@alexhadley.net>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 5c6530b

Please sign in to comment.