Skip to content

Commit

Permalink
Bump version from 0.6.0 to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hadley committed May 19, 2023
1 parent bbdaad9 commit 534a4d3
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PYTHON_VERSION: "3.10"
POETRY_VERSION: "1.4.2"
POETRY_VERSION: "1.5.0"

jobs:
ci:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: workflow_dispatch

env:
PYTHON_VERSION: "3.10"
POETRY_VERSION: "1.4.2"
PARAMDB_VERSION: "0.6.0"
POETRY_VERSION: "1.5.0"
PARAMDB_VERSION: "0.7.0"

jobs:
build:
Expand Down
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.7.0] (May 19 2023)

### Changed

- `ParamDB.commit()` returns the ID of the newly created commit.
Expand Down Expand Up @@ -87,7 +89,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.6.0...main
[unreleased]: https://github.com/PainterQubits/paramdb/compare/v0.7.0...main
[0.7.0]: https://github.com/PainterQubits/paramdb/releases/tag/v0.7.0
[0.6.0]: https://github.com/PainterQubits/paramdb/releases/tag/v0.6.0
[0.5.0]: https://github.com/PainterQubits/paramdb/releases/tag/v0.5.0
[0.4.0]: https://github.com/PainterQubits/paramdb/releases/tag/v0.4.0
Expand Down
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, California Institute of Technology"
author = "Alex Hadley"
release = "0.6.0"
release = "0.7.0"

# General configuration
extensions = [
Expand Down
Loading

0 comments on commit 534a4d3

Please sign in to comment.