Skip to content

Commit bd5ce93

Browse files
committed
Release of v0.0.12
Changes: - cb06141 fix: Missted some uses of the old service registry api - 35668a8 change: Respect bbb-meeting-size-hint
1 parent cb06141 commit bd5ce93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bbblb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
__version__ = "0.0.11"
3+
__version__ = "0.0.12"
44
VERSION = __version__.split(".", 2)
55
VERSION[-1], _, BUILD = VERSION[-1].partition("-")
66

0 commit comments

Comments
 (0)