Bump version

This commit is contained in:
Miguel Jacq 2025-11-10 10:39:48 +11:00
parent 2942f244a0
commit 366822dcb7
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# 0.2.1.4 # 0.2.1.4
* Increase font size of normal text * 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 * DRY up some code
# 0.2.1.3 # 0.2.1.3

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "bouquin" 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." description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher."
authors = ["Miguel Jacq <mig@mig5.net>"] authors = ["Miguel Jacq <mig@mig5.net>"]
readme = "README.md" readme = "README.md"