From 06442623847220bca1cd868939bc63ceb4042555 Mon Sep 17 00:00:00 2001 From: Jakub Frejlach Date: Wed, 6 Sep 2023 10:34:35 +0200 Subject: [PATCH] Preparation of 0.3.7 release --- CHANGELOG.md | 2 ++ griffon/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa7018..265406c 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.3.7] - 2023-09-06 ### Added * CRUD operations for Flaw Acknowledgment (create, retrieve, list, update, delete) diff --git a/griffon/__init__.py b/griffon/__init__.py index 4aaac83..8f30699 100644 --- a/griffon/__init__.py +++ b/griffon/__init__.py @@ -16,7 +16,7 @@ from griffon.output import console -__version__ = "0.3.6" +__version__ = "0.3.7" if "CORGI_API_URL" not in os.environ: print("Must set CORGI_API_URL environment variable.")