From 366822dcb7f58ceb348f8ad1c7b95496ef57a137 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 10 Nov 2025 10:39:48 +1100 Subject: [PATCH] Bump version --- CHANGELOG.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"