From f16431da73723f86062492b87157774d9907fcf5 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Mon, 3 Nov 2014 14:20:33 -0600 Subject: [PATCH] v0.7.0 --- js/wq/app.js | 2 +- js/wq/appcache.js | 2 +- js/wq/autocomplete.js | 2 +- js/wq/chart.js | 2 +- js/wq/console.js | 2 +- js/wq/json.js | 2 +- js/wq/locate.js | 2 +- js/wq/map.js | 2 +- js/wq/markdown.js | 2 +- js/wq/online.js | 2 +- js/wq/owl.js | 2 +- js/wq/pages.js | 2 +- js/wq/pandas.js | 2 +- js/wq/photos.js | 2 +- js/wq/progress.js | 2 +- js/wq/router.js | 2 +- js/wq/spinner.js | 2 +- js/wq/store.js | 2 +- js/wq/template.js | 2 +- setup.py | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/js/wq/app.js b/js/wq/app.js index bf3a2e14..a9506f41 100644 --- a/js/wq/app.js +++ b/js/wq/app.js @@ -1,5 +1,5 @@ /*! - * wq.app 0.7.0-dev - app.js + * wq.app 0.7.0 - wq/app.js * Utilizes store and pages to dynamically load and render * content from a wq.db-compatible REST service * (c) 2012-2014, S. Andrew Sheppard diff --git a/js/wq/appcache.js b/js/wq/appcache.js index e80a5d67..9ce14e79 100644 --- a/js/wq/appcache.js +++ b/js/wq/appcache.js @@ -1,5 +1,5 @@ /* - * wq.app 0.7.0-dev - appcache.js + * wq.app 0.7.0 - wq/appcache.js * Monitor HTML5 appcache events and trigger callback * (c) 2012-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/autocomplete.js b/js/wq/autocomplete.js index 3beac3c9..a77b85b5 100644 --- a/js/wq/autocomplete.js +++ b/js/wq/autocomplete.js @@ -1,5 +1,5 @@ /* - * wq.app 0.7.0-dev - autocomplete.js + * wq.app 0.7.0 - wq/autocomplete.js * Simple AJAX autocomplete leveraging the HTML5 element * (c) 2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/chart.js b/js/wq/chart.js index c04c9c20..43284a2b 100644 --- a/js/wq/chart.js +++ b/js/wq/chart.js @@ -1,5 +1,5 @@ /*! - * wq.app 0.7.0-dev - chart.js + * wq.app 0.7.0 - wq/chart.js * Reusable SVG charts for analyzing time-series data. * (c) 2013-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/console.js b/js/wq/console.js index a2a0bddf..fd338bd4 100644 --- a/js/wq/console.js +++ b/js/wq/console.js @@ -1,5 +1,5 @@ /* - * wq.app 0.7.0-dev - console.js + * wq.app 0.7.0 - wq/console.js * Fallback for code using console.log * (c) 2012-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/json.js b/js/wq/json.js index ab764c19..0b1979fa 100644 --- a/js/wq/json.js +++ b/js/wq/json.js @@ -1,5 +1,5 @@ /* - * wq.app 0.7.0-dev - json.js + * wq.app 0.7.0 - wq/json.js * Simple wrapper around jQuery.ajax * (so projects can supply non-jQuery implementations if needed.) * (c) 2013-2014, S. Andrew Sheppard diff --git a/js/wq/locate.js b/js/wq/locate.js index 4b9c2d50..4e7c6094 100644 --- a/js/wq/locate.js +++ b/js/wq/locate.js @@ -1,5 +1,5 @@ /*! - * wq.app 0.7.0-dev - locate.js + * wq.app 0.7.0 - wq/locate.js * Geolocation utilities via Leaflet's Map.locate * (c) 2013-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/map.js b/js/wq/map.js index 3245c5c6..3dcc9eea 100644 --- a/js/wq/map.js +++ b/js/wq/map.js @@ -1,5 +1,5 @@ /*! - * wq.app 0.7.0-dev - map.js + * wq.app 0.7.0 - wq/map.js * Leaflet integration for app.js list & detail views * (c) 2013-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/markdown.js b/js/wq/markdown.js index 328eec1b..4a38745c 100644 --- a/js/wq/markdown.js +++ b/js/wq/markdown.js @@ -1,5 +1,5 @@ /* - * wq.app 0.7.0-dev - markdown.js + * wq.app 0.7.0 - wq/markdown.js * Adds markdown support to template.js * (c) 2013-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/online.js b/js/wq/online.js index 49d53af8..bfb4ce98 100644 --- a/js/wq/online.js +++ b/js/wq/online.js @@ -1,5 +1,5 @@ /* - * wq.app 0.7.0-dev - online.js + * wq.app 0.7.0 - wq/online.js * Monitor network state. * (c) 2012-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/owl.js b/js/wq/owl.js index 24a58328..9a8f5482 100644 --- a/js/wq/owl.js +++ b/js/wq/owl.js @@ -1,5 +1,5 @@ /* - * wq.app 0.7.0-dev - owl.js + * wq.app 0.7.0 - wq/owl.js * Client for the Offline Web Log service. * (c) 2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/pages.js b/js/wq/pages.js index 84a7f0a1..948dbbd3 100644 --- a/js/wq/pages.js +++ b/js/wq/pages.js @@ -1,5 +1,5 @@ /*! - * wq.app 0.7.0-dev - pages.js + * wq.app 0.7.0 - wq/pages.js * Dynamically generate jQuery Mobile pages for specified URLs * (c) 2012-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/pandas.js b/js/wq/pandas.js index f904fec5..ccf0ea50 100644 --- a/js/wq/pandas.js +++ b/js/wq/pandas.js @@ -1,5 +1,5 @@ /* - * wq.app 0.7.0-dev - pandas.js + * wq.app 0.7.0 - wq/pandas.js * Load and parse CSV with complex headers (e.g. from pandas DataFrames) * (c) 2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/photos.js b/js/wq/photos.js index be5e2b9a..72a9c193 100644 --- a/js/wq/photos.js +++ b/js/wq/photos.js @@ -1,5 +1,5 @@ /* - * wq.app 0.7.0-dev - photos.js + * wq.app 0.7.0 - wq/photos.js * Helpers for working with Cordova photo library * (c) 2012-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/progress.js b/js/wq/progress.js index cc940b9b..68858522 100644 --- a/js/wq/progress.js +++ b/js/wq/progress.js @@ -1,5 +1,5 @@ /* - * wq.app 0.7.0-dev - progress.js + * wq.app 0.7.0 - wq/progress.js * Simple AJAX polling for HTML5 element * (c) 2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/router.js b/js/wq/router.js index 8156b73c..29b780a9 100644 --- a/js/wq/router.js +++ b/js/wq/router.js @@ -1,5 +1,5 @@ /* - * wq.app 0.7.0-dev - router.js + * wq.app 0.7.0 - wq/router.js * Simple wrapper for jQuery.mobile.Router * (c) 2012-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/spinner.js b/js/wq/spinner.js index e75c9926..65af7db6 100644 --- a/js/wq/spinner.js +++ b/js/wq/spinner.js @@ -1,5 +1,5 @@ /* - * wq.app 0.7.0-dev - spinner.js + * wq.app 0.7.0 - wq/spinner.js * Wrapper for jQuery Mobile's spinner * (c) 2012-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/store.js b/js/wq/store.js index 42ebf92a..c7210ec8 100644 --- a/js/wq/store.js +++ b/js/wq/store.js @@ -1,5 +1,5 @@ /*! - * wq.app 0.7.0-dev - store.js + * wq.app 0.7.0 - wq/store.js * Locally-persistent, optionally server-populated JSON datastore(s) * (c) 2012-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/template.js b/js/wq/template.js index eef1455a..19451726 100644 --- a/js/wq/template.js +++ b/js/wq/template.js @@ -1,5 +1,5 @@ /* - * wq.app 0.7.0-dev - template.js + * wq.app 0.7.0 - wq/template.js * Convenience wrapper for mustache.js * (c) 2012-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/setup.py b/setup.py index 47ba07e5..6fd018e1 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def create_wq_namespace(): setup( name='wq.app', - version='0.7.0-dev', + version='0.7.0', author='S. Andrew Sheppard', author_email='andrew@wq.io', url='http://wq.io/wq.app',