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