Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Mar 6, 2024
1 parent d2ee2ec commit 91f8019
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.4.1"
current_version = "0.4.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.4.2] - 2024-03-06
### Changed
- show message if process or artifact data is empty instead of empty dataframe

Expand Down
2 changes: 1 addition & 1 deletion django_energysystem_viewer/settings.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.4.1"
VERSION = "0.4.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-energysystem-viewer"
version = "0.4.1"
version = "0.4.2"
description = "Django app to examine energysystem network, aggregation and search abbreviations"
authors = ["Hendrik Huyskens <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 91f8019

Please sign in to comment.