From cadfc4d56abbf3f84278abecdc1ac4b22b56db1c Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Sun, 10 Dec 2023 11:39:07 +0100 Subject: [PATCH] 0.3.2 --- 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 8fe5590..71156f2 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.2 - 2023-12-10 ### Fixed diff --git a/src/gufo/thor/__init__.py b/src/gufo/thor/__init__.py index 042b740..e62a26f 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.1" +__version__: str = "0.3.2"