From b5d5e852c1357fcd5c7f0ab4a0c68fc2bd60a3b6 Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Wed, 26 Jun 2024 12:50:26 -0700 Subject: [PATCH] Bump version from 0.4.1 to 0.5.0 --- CHANGELOG.md | 5 ++++- CITATION.cff | 4 ++-- package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2a255..0843a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0). ## [Unreleased] +## [0.5.0] (Jun 26 2024) + ### Added - Support for ParamDB v0.15.0. @@ -70,7 +72,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0). - CLI command `paramview` for launching the GUI. - `start_server` Python function to launch the GUI. -[unreleased]: https://github.com/PainterQubits/paramview/compare/v0.4.1...main +[unreleased]: https://github.com/PainterQubits/paramview/compare/v0.5.0...main +[0.5.0]: https://github.com/PainterQubits/paramview/releases/tag/v0.5.0 [0.4.1]: https://github.com/PainterQubits/paramview/releases/tag/v0.4.1 [0.4.0]: https://github.com/PainterQubits/paramview/releases/tag/v0.4.0 [0.3.0]: https://github.com/PainterQubits/paramview/releases/tag/v0.3.0 diff --git a/CITATION.cff b/CITATION.cff index 78d2745..d21564c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,6 +4,6 @@ authors: - family-names: "Hadley" given-names: "Alex" title: "ParamView" -version: 0.4.1 -date-released: 2024-02-07 +version: 0.5.0 +date-released: 2024-06-26 url: "https://github.com/PainterQubits/paramview" diff --git a/package.json b/package.json index 6336e2a..00812c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "paramview", "private": true, - "version": "0.4.1", + "version": "0.5.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index eb883b0..f3fb269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "paramview" -version = "0.4.1" +version = "0.5.0" description = "GUI for viewing the contents of a ParamDB database." authors = ["Alex Hadley "] license = "BSD-3-Clause"