From 7c14366ddf1e2aada90a91d6db6b49e66fb8d27e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 9 Jul 2023 06:15:52 +0000 Subject: [PATCH] 0.0.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf5b8c..57fb7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.0.6 (2023-07-09) + +### Fix + +* **__init__.py:** Subprocess.Popen() ([`11c4277`](https://github.com/mibs510/OpenALPR-Webhook/commit/11c4277bf324f8b603157d4524a781fa1502882b)) + ## v0.0.5 (2023-07-08) ### Fix diff --git a/version.py b/version.py index b1a19e3..034f46c 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "0.0.5" +__version__ = "0.0.6"