From d2bdeb6c30300800038ecd3bd001627ef9019253 Mon Sep 17 00:00:00 2001 From: Hendrik Huyskens Date: Wed, 6 Mar 2024 10:17:39 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.4.1?= 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 dc70c55..25b774f 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.4.0" +current_version = "0.4.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 63da68c..3993add 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.1] - 2024-03-06 ### Changed - update data_adapter to v0.20.2 diff --git a/django_energysystem_viewer/settings.py b/django_energysystem_viewer/settings.py index 6cc293e..28afc05 100644 --- a/django_energysystem_viewer/settings.py +++ b/django_energysystem_viewer/settings.py @@ -1 +1 @@ -VERSION = "0.4.0" +VERSION = "0.4.1" diff --git a/pyproject.toml b/pyproject.toml index 4715d25..ff83f30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-energysystem-viewer" -version = "0.4.0" +version = "0.4.1" description = "Django app to examine energysystem network, aggregation and search abbreviations" authors = ["Hendrik Huyskens "] license = "MIT"