Skip to content

Commit

Permalink
v1.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Sep 1, 2016
1 parent e4fdd40 commit bca81b1
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 24 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 1.0.0-dev - wq/app.js
* wq.app 1.0.0b1 - wq/app.js
* Utilizes store and pages to dynamically load and render
* content from a wq.db-compatible REST service
* (c) 2012-2016, 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 1.0.0-dev - wq/appcache.js
* wq.app 1.0.0b1 - wq/appcache.js
* Monitor HTML5 appcache events and trigger callback
* (c) 2012-2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/autocomplete.js
* wq.app 1.0.0b1 - wq/autocomplete.js
* Simple AJAX autocomplete leveraging the HTML5 <datalist> element
* (c) 2014-2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/chart.js
* wq.app 1.0.0b1 - wq/chart.js
* Reusable SVG charts for analyzing time-series data.
* (c) 2013-2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/console.js
* wq.app 1.0.0b1 - wq/console.js
* Fallback for code using console.log
* (c) 2012-2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/json.js
* wq.app 1.0.0b1 - wq/json.js
* Simple wrapper around jQuery.ajax & object functions
* (so projects can supply non-jQuery implementations if needed.)
* (c) 2013-2016, 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 1.0.0-dev - wq/locate.js
* wq.app 1.0.0b1 - wq/locate.js
* Geolocation utilities via Leaflet's Map.locate
* (c) 2013-2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/map.js
* wq.app 1.0.0b1 - wq/map.js
* Leaflet integration for wq/app.js pages
* (c) 2013-2016, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/mapserv.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 1.0.0-dev - wq/mapserv.js
* wq.app 1.0.0b1 - wq/mapserv.js
* Extension to wq/map.js with support for WMS (coming soon) and ESRI services.
* (c) 2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/markdown.js
* wq.app 1.0.0b1 - wq/markdown.js
* Adds markdown support to template.js
* (c) 2013-2016, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/model.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 1.0.0-dev - wq/model.js
* wq.app 1.0.0b1 - wq/model.js
* A simple model API for working with stored lists
* (c) 2012-2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/online.js
* wq.app 1.0.0b1 - wq/online.js
* Monitor network state.
* (c) 2012-2016, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/outbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 1.0.0-dev - wq/outbox.js
* wq.app 1.0.0b1 - wq/outbox.js
* Queue submitted forms for eventual syncing to the server
* (c) 2012-2016, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/owl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 1.0.0-dev - wq/owl.js
* wq.app 1.0.0b1 - wq/owl.js
* Client for the Offline Web Log service.
* (c) 2014-2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/pandas.js
* wq.app 1.0.0b1 - wq/pandas.js
* Load and parse CSV with complex headers (e.g. from pandas DataFrames)
* (c) 2014-2016, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/patterns.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 1.0.0-dev - wq/patterns.js
* wq.app 1.0.0b1 - wq/patterns.js
* wq/app.js plugin to handle dynamically adding nested forms
* (c) 2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/photos.js
* wq.app 1.0.0b1 - wq/photos.js
* Helpers for working with Cordova photo library
* (c) 2012-2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/progress.js
* wq.app 1.0.0b1 - wq/progress.js
* Simple AJAX polling for HTML5 <progress> element
* (c) 2014-2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/router.js
* wq.app 1.0.0b1 - wq/router.js
* Respond to URL changes with locally generated pages and custom events
* (c) 2012-2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/spinner.js
* wq.app 1.0.0b1 - wq/spinner.js
* Wrapper for jQuery Mobile's spinner
* (c) 2012-2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/store.js
* wq.app 1.0.0b1 - wq/store.js
* Locally-persistent, optionally server-populated JSON datastore(s)
* (c) 2012-2016, S. Andrew Sheppard
* https://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 1.0.0-dev - wq/template.js
* wq.app 1.0.0b1 - wq/template.js
* Render and inject Mustache templates
* (c) 2012-2016, S. Andrew Sheppard
* https://wq.io/license
Expand Down
5 changes: 3 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='1.0.0-dev',
version='1.0.0b1',
author='S. Andrew Sheppard',
author_email='andrew@wq.io',
url='https://wq.io/wq.app',
Expand All @@ -85,7 +85,7 @@ def create_wq_namespace():
long_description=parse_markdown_readme(),
entry_points={'wq': 'wq.app=wq.app.build'},
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
Expand All @@ -94,6 +94,7 @@ def create_wq_namespace():
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Text Processing :: Markup :: HTML',
'Topic :: Scientific/Engineering :: GIS',
Expand Down

0 comments on commit bca81b1

Please sign in to comment.