diff --git a/CHANGELOG.md b/CHANGELOG.md index ef312bc..7d0f2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.2.5](https://github.com/ambianic/peerjs-python/compare/v1.2.4...v1.2.5) (2020-06-03) + + +### Bug Fixes + +* upgrade av to 8.0.0 ([656b312](https://github.com/ambianic/peerjs-python/commit/656b3125db1779968642b310e0bbbfd58c1b7824)) + ## [1.2.4](https://github.com/ambianic/peerjs-python/compare/v1.2.3...v1.2.4) (2020-04-02) diff --git a/src/setup.cfg b/src/setup.cfg index 3213e57..05ace5a 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = peerjs -version = 1.2.4 +version = 1.2.5 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Python port of PeerJS client library. @@ -8,7 +8,7 @@ long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/ambianic/peerjs-python license = Apache Software License 2.0 -classifiers = +classifiers = Development Status :: 4 - Beta Programming Language :: Python :: 3 License :: OSI Approved :: Apache Software License @@ -20,7 +20,7 @@ classifiers = [options] packages = find_namespace: python_requires = >=3.7 -install_requires = +install_requires = av~=8.0.0 aiortc>=0.9 websockets>=8.1 @@ -49,3 +49,4 @@ disallow_untyped_calls = True disallow_untyped_decorators = True mypy_path = stubs strict_optional = False +