diff --git a/dispatch/__init__.py b/dispatch/__init__.py index 3d7081303..805b4a864 100644 --- a/dispatch/__init__.py +++ b/dispatch/__init__.py @@ -1 +1 @@ -__version__ = '0.2.23' +__version__ = '0.2.24' diff --git a/dispatch/static/package.json b/dispatch/static/package.json index 585ed2445..dec66aedb 100644 --- a/dispatch/static/package.json +++ b/dispatch/static/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.2.23", + "version": "0.2.24", "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 71ddf7b03..cd896871c 100644 --- a/dispatch/static/src/js/dispatch.js +++ b/dispatch/static/src/js/dispatch.js @@ -1,4 +1,4 @@ -var version = '0.2.23'; +var version = '0.2.24'; var settings = { 'base_url': '/', diff --git a/setup.py b/setup.py index 7dbd82226..d5c767b23 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='dispatch', - version='0.2.23', + version='0.2.24', description='A publishing platform for modern newspapers', url='https://github.com/ubyssey/dispatch', author='Peter Siemens',