Skip to content

Commit

Permalink
Version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Apr 23, 2024
1 parent 3749f94 commit 099eeb7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Expand Up @@ -2,6 +2,18 @@ Changelog
=========


Version 0.15.0
--------------

Released on 2024-04-23.

* Support Python 3.12, drop Python 3.7 support.
* Add READMEs for dictionaries.
* Add Basque hyphenation dictionary.
* Update Catalan and Hungarian dictionaries.
* Use Ruff instead of Flake8 and isort.


Version 0.14.0
--------------

Expand Down
2 changes: 1 addition & 1 deletion pyphen/__init__.py
Expand Up @@ -11,7 +11,7 @@
from importlib import resources
from pathlib import Path

VERSION = __version__ = '0.14.0'
VERSION = __version__ = '0.15.0'

__all__ = ('Pyphen', 'LANGUAGES', 'language_fallback')

Expand Down

0 comments on commit 099eeb7

Please sign in to comment.