From 297a3adb854531b5ad9b4c251e284f825a10df40 Mon Sep 17 00:00:00 2001 From: lbdx Date: Sun, 19 Nov 2023 17:45:55 +0100 Subject: [PATCH] Release version 2.2.0 - Include ISO 639-3 changes of 2023-01-23. - Add support for Python 3.11 and Python 3.12. - Drop support for Python 3.6. - Fix Lang type comparison. --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e553fa7..4d32957 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ iso639-lang is available on PyPI: ```console $ pip install iso639-lang ``` -iso639-lang supports Python 3.6+. +iso639-lang supports Python 3.7+. ## Usage diff --git a/setup.py b/setup.py index 198f2da..6569c1c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="iso639-lang", - version="2.1.0", + version="2.2.0", author="L.Beaudoux", description="A lightweight library for the ISO 639 standard.", long_description=long_description,