Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Sep 7, 2014
1 parent 8aaa5fc commit 3396f02
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion js/wq/app.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/appcache.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/autocomplete.js
Original file line number Diff line number Diff line change
@@ -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 <datalist> element
* (c) 2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/chart.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/console.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/json.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/locate.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/map.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/markdown.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/online.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/pages.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/pandas.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/photos.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/progress.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.6.2-dev - progress.js
* wq.app 0.6.2 - progress.js
* Simple AJAX polling for HTML5 <progress> element
* (c) 2014, S. Andrew Sheppard
* http://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/router.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/spinner.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/store.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/wq/template.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
url='http://wq.io/wq.app',
Expand All @@ -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',
Expand Down

0 comments on commit 3396f02

Please sign in to comment.