From 3396f02644cb4c2c123572cdaa28eb114abbac85 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Sun, 7 Sep 2014 17:13:26 -0500 Subject: [PATCH] v0.6.2 --- 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/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 | 4 ++-- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/js/wq/app.js b/js/wq/app.js index 3a122e17..417a8cd0 100644 --- a/js/wq/app.js +++ b/js/wq/app.js @@ -1,5 +1,5 @@ /*! - * wq.app 0.6.2-dev - app.js + * wq.app 0.6.2 - 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 37ece850..a9a9fc04 100644 --- a/js/wq/appcache.js +++ b/js/wq/appcache.js @@ -1,5 +1,5 @@ /* - * wq.app 0.6.2-dev - appcache.js + * wq.app 0.6.2 - 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 6e038d89..a1ed95bc 100644 --- a/js/wq/autocomplete.js +++ b/js/wq/autocomplete.js @@ -1,5 +1,5 @@ /* - * wq.app 0.6.2-dev - autocomplete.js + * wq.app 0.6.2 - 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 3fb0a787..115eb70a 100644 --- a/js/wq/chart.js +++ b/js/wq/chart.js @@ -1,5 +1,5 @@ /*! - * wq.app 0.6.2-dev - chart.js + * wq.app 0.6.2 - 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 c3171224..0b44f4fc 100644 --- a/js/wq/console.js +++ b/js/wq/console.js @@ -1,5 +1,5 @@ /* - * wq.app 0.6.2-dev - console.js + * wq.app 0.6.2 - 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 862cb024..b7d7b6df 100644 --- a/js/wq/json.js +++ b/js/wq/json.js @@ -1,5 +1,5 @@ /* - * wq.app 0.6.2-dev - json.js + * wq.app 0.6.2 - 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 274fd3c5..6e591d00 100644 --- a/js/wq/locate.js +++ b/js/wq/locate.js @@ -1,5 +1,5 @@ /*! - * wq.app 0.6.2-dev - locate.js + * wq.app 0.6.2 - 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 ce3fa006..c1cd17e9 100644 --- a/js/wq/map.js +++ b/js/wq/map.js @@ -1,5 +1,5 @@ /*! - * wq.app 0.6.2-dev - map.js + * wq.app 0.6.2 - 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 72c631ac..0ab3dda4 100644 --- a/js/wq/markdown.js +++ b/js/wq/markdown.js @@ -1,5 +1,5 @@ /* - * wq.app 0.6.2-dev - markdown.js + * wq.app 0.6.2 - 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 1e7d0673..40a08823 100644 --- a/js/wq/online.js +++ b/js/wq/online.js @@ -1,5 +1,5 @@ /* - * wq.app 0.6.2-dev - online.js + * wq.app 0.6.2 - online.js * Monitor network state. * (c) 2012-2014, S. Andrew Sheppard * http://wq.io/license diff --git a/js/wq/pages.js b/js/wq/pages.js index cbdf506b..ce82cec9 100644 --- a/js/wq/pages.js +++ b/js/wq/pages.js @@ -1,5 +1,5 @@ /*! - * wq.app 0.6.2-dev - pages.js + * wq.app 0.6.2 - 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 fde3aa5a..7744b4e8 100644 --- a/js/wq/pandas.js +++ b/js/wq/pandas.js @@ -1,5 +1,5 @@ /* - * wq.app 0.6.2-dev - pandas.js + * wq.app 0.6.2 - 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 2edae621..d92ede24 100644 --- a/js/wq/photos.js +++ b/js/wq/photos.js @@ -1,5 +1,5 @@ /* - * wq.app 0.6.2-dev - photos.js + * wq.app 0.6.2 - 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 e72d5a9a..d96c85c7 100644 --- a/js/wq/progress.js +++ b/js/wq/progress.js @@ -1,5 +1,5 @@ /* - * wq.app 0.6.2-dev - progress.js + * wq.app 0.6.2 - 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 1765215f..6d6d627c 100644 --- a/js/wq/router.js +++ b/js/wq/router.js @@ -1,5 +1,5 @@ /* - * wq.app 0.6.2-dev - router.js + * wq.app 0.6.2 - 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 57df03a3..e05709ee 100644 --- a/js/wq/spinner.js +++ b/js/wq/spinner.js @@ -1,5 +1,5 @@ /* - * wq.app 0.6.2-dev - spinner.js + * wq.app 0.6.2 - 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 88e9d6f5..a65710fa 100644 --- a/js/wq/store.js +++ b/js/wq/store.js @@ -1,5 +1,5 @@ /*! - * wq.app 0.6.2-dev - store.js + * wq.app 0.6.2 - 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 e5e20e6e..7dbc48b1 100644 --- a/js/wq/template.js +++ b/js/wq/template.js @@ -1,5 +1,5 @@ /* - * wq.app 0.6.2-dev - template.js + * wq.app 0.6.2 - 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 3ee3c75c..4b460e15 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def create_wq_namespace(): setup( name='wq.app', - version='0.6.2-dev', + version='0.6.2', author='S. Andrew Sheppard', author_email='andrew@wq.io', url='http://wq.io/wq.app', @@ -80,7 +80,7 @@ def create_wq_namespace(): install_requires=['pyscss==1.1.5'], scripts=[os.path.join('.', 'build', 'wq')], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'License :: OSI Approved :: MIT License', 'Natural Language :: English',