Skip to content

Commit 1105906

Browse files
committed
Update Changelog; Bump version to 2.0
1 parent 877fb4f commit 1105906

File tree

4 files changed

+113
-1
lines changed

4 files changed

+113
-1
lines changed

.python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 2.0 (2024-??-??)
2+
3+
- Update `marisa-trie` for compatibility with Python 3.11+
4+
- **This update changes the minimum compatible Python version of this package to Python 3.7**
5+
- Replace usage of `pkg_resources.resource_filename` with `importlib_resources.files` as `pkg_resources` has been deprecated.
6+
17
# Version 1.1 (2021-??-??)
28

39
- Updated to CLDR v40.

poetry.lock

+105
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "language_data"
3-
version = "1.1"
3+
version = "2.0"
44
description = "Supplementary data about languages used by the langcodes module"
55
authors = ["Elia Robyn Speer <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)