Skip to content

Commit

Permalink
Bump version from 0.10.2 to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jan 31, 2024
1 parent 2fd6458 commit 272671f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
5 changes: 4 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.11.0] (Jan 31 2024)

## Added

- `ParamDB.load_commit_entry()` loads a commit entry by ID or the most recent commit.
Expand Down Expand Up @@ -151,7 +153,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- 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.10.2...develop
[unreleased]: https://github.com/PainterQubits/paramdb/compare/v0.11.0...develop
[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
[0.10.1]: https://github.com/PainterQubits/paramdb/releases/tag/v0.10.1
[0.10.0]: https://github.com/PainterQubits/paramdb/releases/tag/v0.10.0
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.10.2
date-released: 2023-12-05
version: 0.11.0
date-released: 2024-01-31
url: "https://github.com/PainterQubits/paramdb"
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# Project information
project = "ParamDB"
copyright = "2023, California Institute of Technology"
copyright = "2023–2024, California Institute of Technology"
author = "Alex Hadley"
release = "0.10.2"
release = "0.11.0"

# General configuration
extensions = [
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.2"
version = "0.11.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 272671f

Please sign in to comment.