Bump version

This commit is contained in:
Miguel Jacq 2025-11-12 10:54:42 +11:00
parent 494b14136b
commit 54a6be835f
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# 0.2.1.7 # 0.2.1.7
* Fix being able to set bold, italic and strikethrough at the same time. * 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 * Add AppImage
# 0.2.1.6 # 0.2.1.6

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "bouquin" 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." 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"