Skip to content

Commit

Permalink
chore(release): 1.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.6](v1.1.5...v1.1.6) (2020-02-04)

### Bug Fixes

* minor logging cleanup ([d8ed1d4](d8ed1d4))
* pyav version dependency ([6aad177](6aad177))
  • Loading branch information
semantic-release-bot committed Feb 4, 2020
1 parent 9f183ab commit e29ce93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Semantic Versioning Changelog

## [1.1.6](https://github.com/ambianic/peerjs-python/compare/v1.1.5...v1.1.6) (2020-02-04)


### Bug Fixes

* minor logging cleanup ([d8ed1d4](https://github.com/ambianic/peerjs-python/commit/d8ed1d48a2863158a3ece540de0e7733ac001cdc))
* pyav version dependency ([6aad177](https://github.com/ambianic/peerjs-python/commit/6aad1773ed28757b137169ef20275dd5911952d1))

## [1.1.5](https://github.com/ambianic/peerjs-python/compare/v1.1.4...v1.1.5) (2020-02-03)


Expand Down
6 changes: 3 additions & 3 deletions src/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = peerjs
version = 1.1.5
version = 1.1.6
author = Ivelin Ivanov
author_email = [email protected]
description = Python port of PeerJS client library.
Expand All @@ -20,8 +20,8 @@ classifiers =
[options]
packages = find_namespace:
python_requires = >=3.7
install_requires =
av~=6.2
install_requires =
av~=6.2
aiortc>=0.9
websockets>=8.1
aiohttp>=3.6
Expand Down

0 comments on commit e29ce93

Please sign in to comment.