Skip to content

Commit efc34fe

Browse files
committed
Release of v0.0.18
Changes: - 56dc2e6 Merge branch 'feature-protected-recordings' - afa3d6f change: Support for protected recordings - 0e9538f change: Decouple service autostart from bootstrapping. - 95a31b4 fix: sqlite3 has no timezone-aware DATETIME type. - 097147f change: Added meeting stats cleanup and index. - a9c0887 cli: Use a distinct error code when failing to delete a non-empty server - b7f8763 cli: Enable and disable multiple servers. - c3ad441 change: Moved tenant override cli back to the tenant sub-command. - 913f4ec Added an experimental recovery tool to fix an inconsistent recording database. - a07e734 change: Do not unpublish recordings on import by default - 0c38576 cli: server enable --now
1 parent 8abd75d commit efc34fe

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
@@ -3,7 +3,7 @@
33

44
import logging
55

6-
__version__ = "0.0.17"
6+
__version__ = "0.0.18"
77
VERSION = __version__.split(".", 2)
88
VERSION[-1], _, BUILD = VERSION[-1].partition("-")
99

0 commit comments

Comments
 (0)