From 18aa57832db9dd6e558e2880b0fff79fb6472211 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 21 Sep 2022 18:21:47 +0000 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ flask_ligand_example/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b917ab..50ffdd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Changelog +## v0.2.0 (2022-09-21) +### :sparkles: +* [FIX:sparkles:] Update to flask-ligand v0.4.0 ([`ea3e349`](https://github.com/cowofevil/flask-ligand-example/commit/ea3e349c3df2860629426ce79377e20610199862)) + ## v0.1.1 (2022-09-14) ### :robot: * [538:robot:] Enable Publishing Package to PyPI ([`7a99d03`](https://github.com/cowofevil/flask-ligand-example/commit/7a99d0379972e9dafea1b4ce130e0c180e0552d2)) diff --git a/flask_ligand_example/__init__.py b/flask_ligand_example/__init__.py index 8cfdb38..55701cf 100644 --- a/flask_ligand_example/__init__.py +++ b/flask_ligand_example/__init__.py @@ -20,7 +20,7 @@ # ====================================================================================================================== # Globals # ====================================================================================================================== -__version__ = "0.1.1" +__version__ = "0.2.0" # ====================================================================================================================== diff --git a/setup.cfg b/setup.cfg index 3c8b8bd..e0b6f3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flask-ligand-example -version = 0.1.1 +version = 0.2.0 summary = A simple example project on how to use the flask-ligand library. description_file = README.rst description_content_type = text/x-rst; charset=UTF-8