From b7e1ce776cfa73882658593be1bde4bc03951e05 Mon Sep 17 00:00:00 2001 From: jfuller Date: Mon, 20 Mar 2023 09:05:16 +0100 Subject: [PATCH] prep test release v0.1.3 --- CHANGELOG.md | 8 ++++++++ griffon/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b3c4d..84b7463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.1.3] - 2023-03-20 +Added +refactored profiles (changed 'all' to match 'default' section) and added verbosity and default setting in .griffonrc +Added +minor text output formatting (shortern sha256 version names) +Added +new draft tutorial + [0.1.2] - 2023-03-17 Fixed use pkg_resources to access static resources diff --git a/griffon/__init__.py b/griffon/__init__.py index 52d57fc..3b7d4cf 100644 --- a/griffon/__init__.py +++ b/griffon/__init__.py @@ -11,7 +11,7 @@ from griffon.output import console -__version__ = "0.1.2" +__version__ = "0.1.3" if "CORGI_API_URL" not in os.environ: print("Must set CORGI_API_URL environment variable.")