From 8035992905243027ffc2ffc5a7240ccfe53d9475 Mon Sep 17 00:00:00 2001 From: jfuller Date: Fri, 10 Mar 2023 11:52:30 +0100 Subject: [PATCH] prep test release v0.0.12 --- CHANGELOG.md | 4 ++++ griffon/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 045b048..84ac358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project is kept in version sync with the Component Registry project, see th The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. +[0.0.12] - 2023-03-10 +Added +another experimental release to the PyPI + [0.0.11] - 2023-03-09 Added another experimental release to the PyPI diff --git a/griffon/__init__.py b/griffon/__init__.py index 48c53d7..267ff61 100644 --- a/griffon/__init__.py +++ b/griffon/__init__.py @@ -10,7 +10,7 @@ from griffon.output import console -__version__ = "0.0.11" +__version__ = "0.0.12" if "CORGI_API_URL" not in os.environ: print("Must set CORGI_API_URL environment variable.")