From 030dabe17221db7b760c3cea40740a506369f97d Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Sat, 8 May 2021 00:17:46 +0530 Subject: Update XStatic-Angular to 1.8.2 Related-Bug: #1927261 Change-Id: I8238e020df05825f6731499d027c0fd12cc2c00d --- xstatic/pkg/angular/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xstatic/pkg/angular/__init__.py') diff --git a/xstatic/pkg/angular/__init__.py b/xstatic/pkg/angular/__init__.py index 8fb08de..612dfdf 100644 --- a/xstatic/pkg/angular/__init__.py +++ b/xstatic/pkg/angular/__init__.py @@ -11,9 +11,9 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') # please use a all-lowercase valid python # package name -VERSION = '1.5.8' # version of the packaged files, please use the upstream +VERSION = '1.8.2' # 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 -- cgit v1.2.1