From 91f8019538ebd51e19026589ccb02a715efdf178 Mon Sep 17 00:00:00 2001 From: Hendrik Huyskens Date: Wed, 6 Mar 2024 10:26:44 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.1=20=E2=86=92=200.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- CHANGELOG.md | 2 +- django_energysystem_viewer/settings.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 25b774f..dad17d8 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.4.1" +current_version = "0.4.2" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/CHANGELOG.md b/CHANGELOG.md index f716e4f..c0cc791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/django_energysystem_viewer/settings.py b/django_energysystem_viewer/settings.py index 28afc05..f3e89d9 100644 --- a/django_energysystem_viewer/settings.py +++ b/django_energysystem_viewer/settings.py @@ -1 +1 @@ -VERSION = "0.4.1" +VERSION = "0.4.2" diff --git a/pyproject.toml b/pyproject.toml index ff83f30..930d71f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"