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