diff --git a/CHANGELOG.md b/CHANGELOG.md index e235e91..367c243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 0.2.1.4 * Increase font size of normal text + * Fix auto-save of a tab if we are moving to another tab and it has not yet saved * DRY up some code # 0.2.1.3 diff --git a/pyproject.toml b/pyproject.toml index df93682..117933b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin" -version = "0.2.1.3" +version = "0.2.1.4" description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." authors = ["Miguel Jacq "] readme = "README.md"