Skip to content

Commit

Permalink
Updated version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsello committed Apr 7, 2020
1 parent 1815773 commit 6232cca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

0.1.2 (2020-04-07)
------------------

* Removed publisher property of the OpenViduSubscriber object, as it was removed from the OpenVidu Server as well.

0.1.1 (2020-04-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyopenvidu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Marcell Pünkösd"""
__email__ = 'punkosdmarcell@rocketmail.com'
__version__ = '0.1.1'
__version__ = '0.1.2'

from .openvidu import OpenVidu

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"Code": "https://github.com/marcsello/pyopenvidu",
"Issue tracker": "https://github.com/marcsello/pyopenvidu/issues",
},
version='0.1.1',
version='0.1.2',
zip_safe=False,
)

0 comments on commit 6232cca

Please sign in to comment.