From bffc6ef6b459a4dfc3eaba9100075d67941d601e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Fri, 19 Apr 2024 19:13:03 +0100 Subject: [PATCH] version: 1.33.1 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- src/appier/base.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28aa7d7f..af9d1a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [1.33.1] - 2024-01-17 + +### Fixed + +* Small type related fixes + ## [1.33.0] - 2024-01-17 ### Added diff --git a/setup.py b/setup.py index 248e0033..d5214a66 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def read_file(path): setuptools.setup( name="appier", - version="1.33.0", + version="1.33.1", author="Hive Solutions Lda.", author_email="development@hive.pt", description="Appier Framework", diff --git a/src/appier/base.py b/src/appier/base.py index 031a6430..06769dfd 100644 --- a/src/appier/base.py +++ b/src/appier/base.py @@ -94,7 +94,7 @@ """ The name to be used to describe the framework while working on its own environment, this is just a descriptive value """ -VERSION = "1.33.0" +VERSION = "1.33.1" """ The version of the framework that is currently installed this value may be used for debugging/diagnostic purposes """