diff --git a/CHANGELOG b/CHANGELOG index 217a37c..827adba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,4 +14,7 @@ - add support for batch rechecking of large buffers == 5.0.1 == -- minor bug fixes \ No newline at end of file +- minor bug fixes + +== 5.0.2 == +- feature: add `move_click_mark` and `populate_menu` to public API \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c3e87f4..979d5bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pygtkspellcheck" -version = "5.0.1" +version = "5.0.2" description = "A simple but quite powerful spellchecking library for GTK written in pure Python." authors = ["Maximilian Köhl "] license = "GPL-3.0-or-later"