diff --git a/bouquin/locales/en.json b/bouquin/locales/en.json index 5bc7f95..f14fb41 100644 --- a/bouquin/locales/en.json +++ b/bouquin/locales/en.json @@ -297,9 +297,6 @@ "edit_reminder": "Edit Reminder", "delete_reminder": "Delete Reminder", "delete_reminders": "Delete Reminders", - "deleting_it_will_remove_all_future_occurrences": "Deleting it will remove all future occurrences.", - "this_is_a_reminder_of_type": "Note: This is a reminder of type", - "this_will_delete_the_actual_reminders": "Note: This will delete the actual reminders, not just individual occurrences.", "reminder": "Reminder", "reminders": "Reminders", "time": "Time", diff --git a/pyproject.toml b/pyproject.toml index c4bb99f..b5c7cda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin" -version = "0.6.3" +version = "0.6.2" description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." authors = ["Miguel Jacq "] readme = "README.md"