From deb7c45d086c10424cc002121c4186c6aad85cb3 Mon Sep 17 00:00:00 2001 From: jfuller Date: Fri, 10 Mar 2023 19:43:30 +0100 Subject: [PATCH] prep test release v0.0.14 --- CHANGELOG.md | 4 ++++ griffon/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864827b..b21c551 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.14] - 2023-03-10 +Added +another experimental release to the PyPI + [0.0.13] - 2023-03-10 Added another experimental release to the PyPI diff --git a/griffon/__init__.py b/griffon/__init__.py index 9153817..7ebc3e5 100644 --- a/griffon/__init__.py +++ b/griffon/__init__.py @@ -10,7 +10,7 @@ from griffon.output import console -__version__ = "0.0.13" +__version__ = "0.0.14" if "CORGI_API_URL" not in os.environ: print("Must set CORGI_API_URL environment variable.")