Skip to content

Commit

Permalink
Bump version from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jun 14, 2024
1 parent ee0db61 commit f8a8384
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project adheres to clauses 1–8 of [Semantic Versioning](https://semver.org/spe

## [Unreleased]

## [0.13.0b1] (Jun 13 2024)
## [0.13.0] (Jun 13 2024)

### Added

Expand Down Expand Up @@ -191,8 +191,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.13.0b1...develop
[0.13.0b1]: https://github.com/PainterQubits/paramdb/releases/tag/v0.13.0b1
[unreleased]: https://github.com/PainterQubits/paramdb/compare/v0.13.0...develop
[0.13.0]: https://github.com/PainterQubits/paramdb/releases/tag/v0.13.0
[0.12.0]: https://github.com/PainterQubits/paramdb/releases/tag/v0.12.0
[0.11.0]: https://github.com/PainterQubits/paramdb/releases/tag/v0.11.0
[0.10.2]: https://github.com/PainterQubits/paramdb/releases/tag/v0.10.2
Expand Down
4 changes: 2 additions & 2 deletions 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: "ParamDB"
version: 0.13.0b1
date-released: 2024-06-13
version: 0.13.0
date-released: 2024-06-14
url: "https://github.com/PainterQubits/paramdb"
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 = "ParamDB"
copyright = "2023–2024, California Institute of Technology"
author = "Alex Hadley"
release = "0.13.0b1"
release = "0.13.0"

# General configuration
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 = "paramdb"
version = "0.13.0b1"
version = "0.13.0"
description = "Python package for storing and retrieving experiment parameters."
authors = ["Alex Hadley <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit f8a8384

Please sign in to comment.