From 293e8c4a6022ef276ce2f3c095eebb52037f0ba7 Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Thu, 5 Mar 2026 11:19:47 -0700 Subject: [PATCH] Fix the version number --- HISTORY.rst | 2 +- src/brotlicffi/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"