From 375ee8e424d913b3759b67e9263a38a56c84942c Mon Sep 17 00:00:00 2001 From: Tatiana Ovchinnikova Date: Wed, 25 May 2022 14:22:41 -0500 Subject: Update XStatic-Angular to 1.8.2 This is the official 1.8.2 build from angularjs.org. The most recent changes are included, and ngScenario has been removed from the project. Change-Id: Id1e700d56b9394cc648d27f03ffea33171ef7cf2 --- xstatic/pkg/angular/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xstatic/pkg/angular/__init__.py') diff --git a/xstatic/pkg/angular/__init__.py b/xstatic/pkg/angular/__init__.py index 612dfdf..5d04118 100644 --- a/xstatic/pkg/angular/__init__.py +++ b/xstatic/pkg/angular/__init__.py @@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') VERSION = '1.8.2' # 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 -- cgit v1.2.1