From 5c53d5e4364262204e4b1ec89348efc6ace6dcab Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Sun, 10 Dec 2023 09:53:01 +0100 Subject: [PATCH] 0.3.1 --- 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 d74ff5e..fe71ccf 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.3.1 - 2023-12-10 ### Fixed diff --git a/src/gufo/thor/__init__.py b/src/gufo/thor/__init__.py index 0798982..042b740 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.3.0" +__version__: str = "0.3.1"