Skip to content

Commit

Permalink
Version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Mar 17, 2023
1 parent 51e1f9b commit 3c3f0b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Expand Up @@ -2,6 +2,15 @@ Changelog
=========


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

Released on 2023-03-17.

* Store Path objects instead of strings in LANGUAGE.
* Use importlib.resources instead of deprecated pkg_resources.


Version 0.13.2
--------------

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.13.2'
VERSION = __version__ = '0.14.0'

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

Expand Down

0 comments on commit 3c3f0b3

Please sign in to comment.