From a866083297f00755ec5f84f539d8f6ec19b2b134 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Mon, 25 Jun 2018 15:35:05 +0200 Subject: [PATCH] Update the build number to match the git tags The previous change failed to update the build version, which means it got out of sync with the automated git tags, and now version check is failing. Change-Id: I1a9316cb414a07fd7383eedf9aa6d264b742898a --- 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 b436da5..20038ce 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 = '0' # 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