diff --git a/HISTORY.rst b/HISTORY.rst index e59b506..df60544 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ Changelog ========= -1.2.1.0 (2025-02-23) +1.2.0.1 (2025-03-05) -------------------- - Added support for the free-threaded build of Python 3.14. diff --git a/src/brotlicffi/__init__.py b/src/brotlicffi/__init__.py index b7c99af..6382f45 100644 --- a/src/brotlicffi/__init__.py +++ b/src/brotlicffi/__init__.py @@ -5,4 +5,4 @@ Compressor, MODE_GENERIC, MODE_TEXT, MODE_FONT, error, Error ) -__version__ = "1.2.1.0" +__version__ = "1.2.0.1"