From c0b3f10ddb8dfa138746a75c048c434d087d3c8e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Dec 2021 08:54:19 +0000 Subject: [PATCH] chore(release): 1.19.12 ## [1.19.12](https://github.com/ambianic/ambianic-edge/compare/v1.19.11...v1.19.12) (2021-12-14) ### Bug Fixes * include peerjs-config.yaml in docker image ([7024125](https://github.com/ambianic/ambianic-edge/commit/70241256a6045758e92f77ccb62e8bdb550c1986)) --- CHANGELOG.md | 7 +++++++ src/setup.cfg | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e1c72b..8163ce72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.19.12](https://github.com/ambianic/ambianic-edge/compare/v1.19.11...v1.19.12) (2021-12-14) + + +### Bug Fixes + +* include peerjs-config.yaml in docker image ([7024125](https://github.com/ambianic/ambianic-edge/commit/70241256a6045758e92f77ccb62e8bdb550c1986)) + ## [1.19.11](https://github.com/ambianic/ambianic-edge/compare/v1.19.10...v1.19.11) (2021-12-14) diff --git a/src/setup.cfg b/src/setup.cfg index 15db573f..5101631f 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ambianic-edge -version = 1.19.11 +version = 1.19.12 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Edge component of the AI platform for home and business automation @@ -8,7 +8,7 @@ long_description = file: README.md long_description_content_type = text/markdown url = https://ambianic.ai license = Apache Software License 2.0 -classifiers = +classifiers = Development Status :: Beta Programming Language :: Python :: 3 OSI Approved :: Apache Software License @@ -21,3 +21,4 @@ classifiers = [options] packages = find: python_requires = >=3.7 +