From 7c5172ea887bb5fe3906e194dd1b1b28934c9992 Mon Sep 17 00:00:00 2001 From: Jakub Frejlach Date: Tue, 23 Jan 2024 16:25:42 +0100 Subject: [PATCH] Preparation of 0.5.4 release --- CHANGELOG.md | 2 ++ griffon/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba49646..842010f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## [0.5.4] - 2024-01-23 ### Fixed * fixed searches with middleware CLI enabled (GRIF-221) diff --git a/griffon/__init__.py b/griffon/__init__.py index 0646c41..de6fdca 100644 --- a/griffon/__init__.py +++ b/griffon/__init__.py @@ -18,7 +18,7 @@ from griffon.helpers import Color, Style from griffon.output import console -__version__ = "0.5.3" +__version__ = "0.5.4" # TODO: Deprecate CORGI_API_URL completely in the next version or two CORGI_SERVER_URL = os.getenv("CORGI_SERVER_URL", os.getenv("CORGI_API_URL"))