summaryrefslogtreecommitdiff
path: root/xstatic/pkg/angular/__init__.py
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2016-06-28 16:34:09 +0100
committerRob Cresswell <robert.cresswell@outlook.com>2016-07-31 20:59:11 +0100
commit984630723e9f9dca5525ec6d81f00e464ce5d983 (patch)
tree3010659bb6a76596a56418e63e1de770d4e009eb /xstatic/pkg/angular/__init__.py
parent5a30bee80d67c0f26ecbf05726f4838dbae3f276 (diff)
downloadxstatic-angular-984630723e9f9dca5525ec6d81f00e464ce5d983.tar.gz
Update XStatic-Angular to 1.5.8.0
Change-Id: I94e5ada8bac3d29513e83c9d7e58c7b73ed154a8
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 88b1526..8fb08de 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.4.10' # version of the packaged files, please use the upstream
+VERSION = '1.5.8' # version of the packaged files, please use the upstream
# version number
-BUILD = '1' # our package build number, so we can release new builds
+BUILD = '0' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi