Skip to content

Commit eea8870

Browse files
committed
Release of v0.0.13
Changes: - 74defce fix: Select best server for new meetings - a2d9412 Added default favicon.ico - 995c301 cli: Print pretty tables - 453dac1 change: Record some stats for each server - 7a7cfa6 cli: Added 'server delete' command - 4d4ae50 cli: Added 'server stats' command - 53854e7 fix: cli server disable --wait - 4859f1e fix: Migration of json column - 64dc9e7 Reduce postgres log noise - 0f13617 fix: Requests without tailing slash - fd6e048 Serve static files and a default robots.txt
1 parent 0fa3593 commit eea8870

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.12"
3+
__version__ = "0.0.13"
44
VERSION = __version__.split(".", 2)
55
VERSION[-1], _, BUILD = VERSION[-1].partition("-")
66

0 commit comments

Comments
 (0)