From 375f118e4c8cd5f8fd80837e1fca7055d914c205 Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Mon, 5 Aug 2024 14:39:27 +0200 Subject: [PATCH] 0.6.0 --- CHANGELOG.md | 2 +- src/gufo/thor/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8dad7..61f67be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 To see unreleased changes, please see the [CHANGELOG on the master branch](https://github.com/gufolabs/gufo_thor/blob/master/CHANGELOG.md) guide. -## [Unreleased] +## 0.6.0 - 2024-08-05 ### Added diff --git a/src/gufo/thor/__init__.py b/src/gufo/thor/__init__.py index 3366794..d2b0ea8 100644 --- a/src/gufo/thor/__init__.py +++ b/src/gufo/thor/__init__.py @@ -9,4 +9,4 @@ Attributes: __version__: Gufo Thor version """ -__version__: str = "0.5.0" +__version__: str = "0.6.0"