[RELEASE] 0.4.12 to fix Dockerfile log issue (#1165)

Releasing a hotfix for #1159 which addresses #1164 which breaks the
docker image
This commit is contained in:
Hammad Bashir
2023-09-20 00:50:31 -07:00
committed by GitHub
parent dffc8067db
commit 020950470c

View File

@@ -44,7 +44,7 @@ logger = logging.getLogger(__name__)
__settings = Settings()
__version__ = "0.4.11"
__version__ = "0.4.12"
# Workaround to deal with Colab's old sqlite3 version
try: