Skip to content

Commit

Permalink
release version 5.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Jun 28, 2022
1 parent 48c08bc commit bdc3945
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG
Expand Up @@ -4,4 +4,11 @@

== 4.0 ==
- caused by: API incompatible changes in `oxt_extract`
- SpellChecker API remains compatible to version 3
- SpellChecker API remains compatible to version 3

== 5.0 ==
- removed `oxt_extract` and `pylocales` API
- removed support for Python 2 and GTK 2
- add support for GTK 4
- add support for extra word characters
- add support for batch rechecking of large buffers
File renamed without changes.
8 changes: 0 additions & 8 deletions MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ Over time, several projects have used Python GTK Spellcheck or are still using i

## 🔖 Versions

Version numbers follow [Semantic Versioning](http://semver.org/). However, the update from 3 to 4 pertains only API incompatible changes in `oxt_extract` and not the spellchecking component. The update from 4 to 5 removed support for Python 2, GTK 2, `pylocales`, and the `oxt_extract` API.
Version numbers follow [Semantic Versioning](http://semver.org/). However, the update from 3 to 4 pertains only API incompatible changes in `oxt_extract` and not the spellchecking component. The update from 4 to 5 removed support for Python 2, GTK 2, `pylocales`, and the `oxt_extract` API. Otherwise, the API is still compatible with version 3.


## 📚 Documentation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Environment :: X11 Applications :: GTK",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: MacOS :: MacOS",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit bdc3945

Please sign in to comment.