From 5b42e921a5afa3ef7863c8df30e1b827266a9254 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 24 Nov 2025 15:42:25 +1100 Subject: [PATCH] 0.4.5 --- CHANGELOG.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fadcc5f..62dc1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Make it possible to delete revisions * Make it possible to force-lock the screen even if idle timer hasn't tripped * Add shortcuts for lock and unlock of screen + * Other misc bug fixes # 0.4.4.1 diff --git a/pyproject.toml b/pyproject.toml index e22d6aa..7e95f82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin" -version = "0.4.4.1" +version = "0.4.5" description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." authors = ["Miguel Jacq "] readme = "README.md"