diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e74b76..8ed53a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.5.1](https://github.com/ambianic/peerjs-python/compare/v1.5.0...v1.5.1) (2021-10-05) + + +### Bug Fixes + +* pypi publish script ([05114a4](https://github.com/ambianic/peerjs-python/commit/05114a49532e2a7c3fbc1084d729f198f8a35a9b)) + # [1.5.0](https://github.com/ambianic/peerjs-python/compare/v1.4.5...v1.5.0) (2021-10-05) diff --git a/src/setup.cfg b/src/setup.cfg index aa1f043..c7038f8 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = peerjs -version = 1.5.0 +version = 1.5.1 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Python port of PeerJS client library.