From e637cc5bb9b6ef04c4cf9f57a9ff2105a40fbc55 Mon Sep 17 00:00:00 2001 From: Hendrik Huyskens Date: Wed, 10 Apr 2024 14:19:28 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= 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 e7af707..3dc7285 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.5.0" +current_version = "0.6.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bfb96..a9409df 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.6.0] - 2024-04-10 ### Fixed - read network structure from selection - structure and collection in URL query diff --git a/django_energysystem_viewer/settings.py b/django_energysystem_viewer/settings.py index c91a341..5a2867d 100644 --- a/django_energysystem_viewer/settings.py +++ b/django_energysystem_viewer/settings.py @@ -1 +1 @@ -VERSION = "0.5.0" +VERSION = "0.6.0" diff --git a/pyproject.toml b/pyproject.toml index fbf1618..5dfaf87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-energysystem-viewer" -version = "0.5.0" +version = "0.6.0" description = "Django app to examine energysystem network, aggregation and search abbreviations" authors = ["Hendrik Huyskens "] license = "MIT"