From a48e65c12ff74683f219a8f63adf7cdc61f91c1d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Jan 2021 03:48:14 +0000 Subject: [PATCH] chore(release): 1.4.5 [skip ci] ## [1.4.5](https://github.com/ambianic/peerjs-python/compare/v1.4.4...v1.4.5) (2021-01-23) ### Bug Fixes * log_level not found in config ([fb0a2da](https://github.com/ambianic/peerjs-python/commit/fb0a2da641d97ea0e2ebd376d120fbc357d5ba02)), closes [#53](https://github.com/ambianic/peerjs-python/issues/53) * log_level not found in config ([ddfedea](https://github.com/ambianic/peerjs-python/commit/ddfedeac4ee4803fdee79f209f90798842312118)) --- CHANGELOG.md | 8 ++++++++ src/setup.cfg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3f52b..44211c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Semantic Versioning Changelog +## [1.4.5](https://github.com/ambianic/peerjs-python/compare/v1.4.4...v1.4.5) (2021-01-23) + + +### Bug Fixes + +* log_level not found in config ([fb0a2da](https://github.com/ambianic/peerjs-python/commit/fb0a2da641d97ea0e2ebd376d120fbc357d5ba02)), closes [#53](https://github.com/ambianic/peerjs-python/issues/53) +* log_level not found in config ([ddfedea](https://github.com/ambianic/peerjs-python/commit/ddfedeac4ee4803fdee79f209f90798842312118)) + ## [1.4.4](https://github.com/ambianic/peerjs-python/compare/v1.4.3...v1.4.4) (2021-01-23) diff --git a/src/setup.cfg b/src/setup.cfg index ef83db3..088ef4b 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = peerjs -version = 1.4.4 +version = 1.4.5 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Python port of PeerJS client library.