diff --git a/CHANGES.rst b/CHANGES.rst index d2af20a..9e3d340 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changes ======= +2.7 +--- + +* Packaging cleanups and improvements. +* Binary wheels now use ABI3. + 2.6 --- diff --git a/pyproject.toml b/pyproject.toml index c0c6fb7..da22a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ license = "ISC" license-files = ["LICENSE.md"] name = "siphashc" requires-python = ">=3.10" -version = "2.6" +version = "2.7" [[project.authors]] email = "michal@weblate.org"