From 57cf3a3ff40ffe5e0804ff396036a1afacb0024d 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: Iaa116c5d6d0b6b63ad62efee34933d05b752ea04 Signed-off-by: Stephen Finucane --- xstatic/pkg/moment_timezone/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xstatic/pkg/moment_timezone/__init__.py b/xstatic/pkg/moment_timezone/__init__.py index 1f7a1de..378e148 100644 --- a/xstatic/pkg/moment_timezone/__init__.py +++ b/xstatic/pkg/moment_timezone/__init__.py @@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') VERSION = '0.5.22' # version of the packaged files, please use the upstream # version number -BUILD = '1' # our package build number, so we can release new builds +BUILD = '2' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi