This commit is contained in:
Miguel Jacq 2025-11-06 15:54:18 +11:00
parent 992c82460e
commit 267e412663
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# 0.1.10.1
* Small bugfix for a debug message left in
# 0.1.10
* Improve search results window and highlight in calendar when there are matches.

View file

@ -487,7 +487,6 @@ class MainWindow(QMainWindow):
self._dirty = True
self._save_date(date_iso, True)
print("end")
except Exception as e:
QMessageBox.critical(self, "Read Error", str(e))
return

View file

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