Skip to content

Commit 6c4df8e

Browse files
committed
Release version 2.5.0
Added: - A language checker named `is_language` that validates ISO 639 language names and identifiers . Changed: - Deprecate [bh] ISO 639-1 identifier for Bihari Languages after the 2024-10-17 update of ISO 639-2/RA Change Notice.
1 parent ced8e29 commit 6c4df8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ True
207207

208208
## Sources
209209

210-
As of September 25, 2024, `iso639-lang` is based on the latest tables provided by the ISO 639 registration authorities. Please open a new issue if you find that this library uses out-of-date data files.
210+
As of October 23, 2024, `iso639-lang` is based on the latest tables provided by the ISO 639 registration authorities. Please open a new issue if you find that this library uses out-of-date data files.
211211

212212
| Set | Description | Registration Authority | Last Modified |
213213
|--------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|------------------------|---------------------------------------------------------------------------|

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "iso639-lang"
7-
version = "2.4.2"
7+
version = "2.5.0"
88
description = "A fast, simple ISO 639 library."
99
keywords = ["ISO 639", "ISO 639-1", "ISO 639-2", "ISO 639-3", "ISO 639-5", "language code"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)