Skip to content

Commit

Permalink
Bump version from 0.3.0 to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jan 4, 2024
1 parent 2ffb068 commit 6fd51ed
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
POETRY_VERSION: "1.7.1"
PYTHON_VERSION: "3.9"
PACKAGE_NAME: "paramview"
PACKAGE_VERSION: "0.3.0"
PACKAGE_VERSION: "0.4.0"

jobs:
build:
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0).

## [Unreleased]

## [0.4.0] (Jan 4 2024)

### Added

- Command line option to not open a new browser window (used in internal testing)

## [0.3.0] (Dec 8 2023)

### Added
Expand Down Expand Up @@ -45,7 +51,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.3.0...main
[unreleased]: https://github.com/PainterQubits/paramview/compare/v0.4.0...main
[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
[0.2.0]: https://github.com/PainterQubits/paramview/releases/tag/v0.2.0
[0.1.1]: https://github.com/PainterQubits/paramview/releases/tag/v0.1.1
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: "ParamView"
version: 0.3.0
date-released: 2023-12-08
version: 0.4.0
date-released: 2024-01-04
url: "https://github.com/PainterQubits/paramview"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paramview",
"private": true,
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"scripts": {
"dev": "vite",
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 = "paramview"
version = "0.3.0"
version = "0.4.0"
description = "GUI for viewing the contents of a ParamDB database."
authors = ["Alex Hadley <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 6fd51ed

Please sign in to comment.