Bump to 0.8.4
Some checks failed
CI / test (push) Failing after 52s
Lint / test (push) Successful in 1m2s

This commit is contained in:
Miguel Jacq 2026-05-13 15:04:08 +10:00
parent 6125f7ef8e
commit 6b226b1b14
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "bouquin" name = "bouquin"
version = "0.8.3" version = "0.8.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"
@ -12,7 +12,7 @@ include = ["bouquin/locales/*.json", "bouquin/keys/mig5.asc", "bouquin/fonts/Not
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.10,<3.14" python = ">=3.10,<3.14"
pyside6 = ">=6.8.1,<7.0.0" pyside6 = ">=6.8.1,<7.0.0"
bouquin-sqlcipher4 = "^4.12.0" bouquin-sqlcipher4 = "^4.16.0"
requests = "^2.32.3" requests = "^2.32.3"
markdown = "^3.7" markdown = "^3.7"