From 163249ea638bd6ca16cc0fb10980720b0f7d4970 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Sun, 1 Feb 2026 13:13:54 +0100 Subject: [PATCH] Bump version --- babel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel/__init__.py b/babel/__init__.py index ff14d772..2fd88bef 100644 --- a/babel/__init__.py +++ b/babel/__init__.py @@ -25,7 +25,7 @@ from babel.core import ( parse_locale, ) -__version__ = '2.17.0' +__version__ = '2.18.0' __all__ = [ 'Locale', -- 2.47.3