diff --git a/CHANGELOG.md b/CHANGELOG.md index e69fc13..c560986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Add Backup option (database remains encrypted with SQLCipher) * Add ability to run VACUUM (compact) on the database in settings * Add ability to store images in the page + * Lots more tests, over 80% coverage # 0.1.8 diff --git a/pyproject.toml b/pyproject.toml index 8e30123..30c541a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin" -version = "0.1.8" +version = "0.1.9" description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." authors = ["Miguel Jacq "] readme = "README.md"