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"