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.")