diff --git a/dispatch/__init__.py b/dispatch/__init__.py index a2570ebf4..dce113ed9 100644 --- a/dispatch/__init__.py +++ b/dispatch/__init__.py @@ -1 +1 @@ -__version__ = '0.2.15' +__version__ = '0.2.16' diff --git a/dispatch/static/package.json b/dispatch/static/package.json index 3fa1734b5..8249b3670 100644 --- a/dispatch/static/package.json +++ b/dispatch/static/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.2.15", + "version": "0.2.16", "description": "The frontend framework for the Dispatch publishing platform.", "author": "Peter Siemens ", "homepage": "http://ubyssey.ca", diff --git a/dispatch/static/src/js/dispatch.js b/dispatch/static/src/js/dispatch.js index 65fb38244..e752d9d44 100644 --- a/dispatch/static/src/js/dispatch.js +++ b/dispatch/static/src/js/dispatch.js @@ -1,5 +1,4 @@ -// var version = require('../../package.json').version; -var version = '0.2.15'; +var version = '0.2.16'; var settings = { 'base_url': '/', diff --git a/setup.py b/setup.py index f338ecb93..e776f9cc1 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='dispatch', - version='0.2.15', + version='0.2.16', description='A publishing platform for modern newspapers', url='https://github.com/ubyssey/dispatch', author='Peter Siemens',