summaryrefslogtreecommitdiff
path: root/xstatic/pkg/angular/__init__.py
diff options
context:
space:
mode:
authorTravis Tripp <travis.tripp@hp.com>2014-12-17 10:49:18 -0700
committerTravis Tripp <travis.tripp@hp.com>2014-12-18 11:04:11 -0700
commitdac047df05da5bb20de4e78876bc03820d0c6671 (patch)
tree755e12a695b93e8e23dd035bee7e351256529457 /xstatic/pkg/angular/__init__.py
parent7300bd88ba20368ef86c93428f78acac6f5d9c71 (diff)
downloadxstatic-angular-1.3.7.0.tar.gz
Angular xstatic for Version 1.3.71.3.7.0
Adding version 1.3.7 1.3.x angular is needed for launch instance work. Partially Implements: blueprint launch-instance-redesign Change-Id: Ib45130a624cace9139a5309470f70ed2983b8cb3
Diffstat (limited to 'xstatic/pkg/angular/__init__.py')
-rw-r--r--xstatic/pkg/angular/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/angular/__init__.py b/xstatic/pkg/angular/__init__.py
index f3983c4..f70663b 100644
--- a/xstatic/pkg/angular/__init__.py
+++ b/xstatic/pkg/angular/__init__.py
@@ -11,7 +11,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
# please use a all-lowercase valid python
# package name
-VERSION = '1.2.16' # version of the packaged files, please use the upstream
+VERSION = '1.3.7' # version of the packaged files, please use the upstream
# version number
BUILD = '0' # our package build number, so we can release new builds
# with fixes for xstatic stuff.