Skip to content

Commit

Permalink
chore(release): 1.2.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.5](v1.2.4...v1.2.5) (2020-06-03)

### Bug Fixes

* upgrade av to 8.0.0 ([656b312](656b312))
  • Loading branch information
semantic-release-bot committed Jun 3, 2020
1 parent 3094ded commit 43a2495
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
7 changes: 4 additions & 3 deletions src/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[metadata]
name = peerjs
version = 1.2.4
version = 1.2.5
author = Ivelin Ivanov
author_email = [email protected]
description = Python port of PeerJS client library.
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
Expand All @@ -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
Expand Down Expand Up @@ -49,3 +49,4 @@ disallow_untyped_calls = True
disallow_untyped_decorators = True
mypy_path = stubs
strict_optional = False

0 comments on commit 43a2495

Please sign in to comment.