From 1e12eda3d0788f7bb1a5ca484427928ba980edab Mon Sep 17 00:00:00 2001 From: jfuller Date: Thu, 23 Mar 2023 12:53:26 +0100 Subject: [PATCH] prep test release v0.1.6 --- CHANGELOG.md | 2 ++ griffon/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index accdea0..177381a 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.1.6] - 2023-03-23 ### Changed - fix imports of Flaw/Affect resolution from osidb-bindings diff --git a/griffon/__init__.py b/griffon/__init__.py index fdd595a..e721857 100644 --- a/griffon/__init__.py +++ b/griffon/__init__.py @@ -11,7 +11,7 @@ from griffon.output import console -__version__ = "0.1.5" +__version__ = "0.1.6" if "CORGI_API_URL" not in os.environ: print("Must set CORGI_API_URL environment variable.")