diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bcacf5..1012b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 0.2.1.7 * Fix being able to set bold, italic and strikethrough at the same time. - * Fixes for system dark theme + * Fixes for system dark theme and move stylesheets for Calendar/Lock Overlay into the ThemeManager * Add AppImage # 0.2.1.6 diff --git a/pyproject.toml b/pyproject.toml index 72a0f00..d88389d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin" -version = "0.2.1.6" +version = "0.2.1.7" description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." authors = ["Miguel Jacq "] readme = "README.md"