From c65e0969b0047a4d9c07b7162978b2cb4cbbe988 Mon Sep 17 00:00:00 2001 From: Jakub Frejlach Date: Fri, 22 Dec 2023 12:02:42 +0100 Subject: [PATCH] Preparation of 0.4.0 release --- CHANGELOG.md | 2 ++ griffon/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 317feaa..a651c86 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.4.0] - 2023-12-22 ### Changed * existing --search-upstreams changed to --search-all-upstreams in service products-contain-component diff --git a/griffon/__init__.py b/griffon/__init__.py index c195f01..58e87a7 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.3.8" +__version__ = "0.4.0" # 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"))