We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39aefed + a440cc2 commit 186d92eCopy full SHA for 186d92e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.8.0
+current_version = 3.8.1
3
commit = True
4
tag = False
5
CHANGES.md
@@ -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/)
6
opentok/version.py
@@ -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 commit comments