summaryrefslogtreecommitdiff
path: root/xstatic/pkg/angular_smart_table/__init__.py
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2016-05-10 15:01:42 +0100
committerRob Cresswell <robert.cresswell@outlook.com>2016-07-14 09:50:27 -0700
commit830746ff6d09fed0417ab488549604f36829d5b0 (patch)
treec663b9f7d874c1032680032682ea16269172768e /xstatic/pkg/angular_smart_table/__init__.py
parente0fbf69fb156b995547471d71c5c6a7f88989d47 (diff)
downloadxstatic-angular-smart-table-830746ff6d09fed0417ab488549604f36829d5b0.tar.gz
Update Smart-Table to 1.4.131.4.13
This is the latest release for 1.x. Moving to this version for now, will investigate 2.x later Also adds several missing files so that the package is consistent with the other xstatic packages. Change-Id: Icaa3f5099beb66edc4e83feeb2a9d8e3315a8895
Diffstat (limited to 'xstatic/pkg/angular_smart_table/__init__.py')
-rw-r--r--xstatic/pkg/angular_smart_table/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/xstatic/pkg/angular_smart_table/__init__.py b/xstatic/pkg/angular_smart_table/__init__.py
index 32aec65..fd0a5af 100644
--- a/xstatic/pkg/angular_smart_table/__init__.py
+++ b/xstatic/pkg/angular_smart_table/__init__.py
@@ -15,9 +15,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.5' # version of the packaged files, please use the upstream
+VERSION = '1.4.13' # version of the packaged files, please use the upstream
# version number
-BUILD = '3' # 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