From ce78ebf3ccfe1f463ed80eb0c36270fa766eba9c Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 11 Feb 2026 14:34:06 +0000 Subject: [PATCH] Bump package version Change-Id: I99e986c847859f3378d85726abb2429a1c139de0 Signed-off-by: Stephen Finucane --- xstatic/pkg/angular_gettext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xstatic/pkg/angular_gettext/__init__.py b/xstatic/pkg/angular_gettext/__init__.py index 9d3bef4..0c0b54b 100644 --- a/xstatic/pkg/angular_gettext/__init__.py +++ b/xstatic/pkg/angular_gettext/__init__.py @@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') VERSION = '2.4.1' # version of the packaged files, please use the upstream # version number -BUILD = '0' # our package build number, so we can release new builds +BUILD = '1' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi