Skip to content

Commit

Permalink
Merge pull request #229 from opentok/fix-session
Browse files Browse the repository at this point in the history
Fix session
  • Loading branch information
maxkahan authored Sep 8, 2023
2 parents 39aefed + a440cc2 commit 186d92e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.8.0
current_version = 3.8.1
commit = True
tag = False

Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Release v3.8.1
- Fixed an issue with the `opentok.create_session` method

# Release v3.8.0
- Added support for the [Captions API](https://tokbox.com/developer/guides/live-captions/)

Expand Down
2 changes: 1 addition & 1 deletion opentok/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
__version__ = "3.8.0"
__version__ = "3.8.1"

0 comments on commit 186d92e

Please sign in to comment.