summaryrefslogtreecommitdiff
path: root/xstatic/pkg/angular/__init__.py
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2021-05-08 00:17:46 +0530
committermanchandavishal <manchandavishal143@gmail.com>2021-05-10 19:34:56 +0530
commit030dabe17221db7b760c3cea40740a506369f97d (patch)
tree0e55db9ceb3d26e0659691fed6457eb38a25d763 /xstatic/pkg/angular/__init__.py
parent8c1eb54d8358bd578639ae039aa2048a744c1839 (diff)
downloadxstatic-angular-030dabe17221db7b760c3cea40740a506369f97d.tar.gz
Update XStatic-Angular to 1.8.2
Related-Bug: #1927261 Change-Id: I8238e020df05825f6731499d027c0fd12cc2c00d
Diffstat (limited to 'xstatic/pkg/angular/__init__.py')
-rw-r--r--xstatic/pkg/angular/__init__.py4
1 files changed, 2 insertions, 2 deletions
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