Skip to content

Commit

Permalink
Release version 2.3.0
Browse files Browse the repository at this point in the history
- Recognition of all ISO 639 English names of a language by the Lang class constructor.
- New other_names method to list all the non-reference ISO 639 English names for a given language.
- Minor update of the iso-639-3.tab source file.
- Removed duplicates returned by the individuals method.
- Fixed non-standard public API
  • Loading branch information
LBeaudoux committed Aug 27, 2024
1 parent 862ab3c commit 017870f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

setuptools.setup(
name="iso639-lang",
version="2.2.3",
version="2.3.0",
author="L.Beaudoux",
description="A lightweight library for the ISO 639 standard.",
description="A simple, yet powerful ISO 639 library.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/LBeaudoux/iso639",
Expand Down

0 comments on commit 017870f

Please sign in to comment.