diff --git a/dispatch/__init__.py b/dispatch/__init__.py index 7d4d5a840..f49d997dd 100644 --- a/dispatch/__init__.py +++ b/dispatch/__init__.py @@ -1 +1 @@ -__version__ = '0.4.23' +__version__ = '0.4.24' diff --git a/dispatch/static/manager/package.json b/dispatch/static/manager/package.json index 310586b23..d3956f705 100644 --- a/dispatch/static/manager/package.json +++ b/dispatch/static/manager/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.4.23", + "version": "0.4.24", "description": "The frontend framework for the Dispatch publishing platform.", "author": "Peter Siemens ", "homepage": "https://www.ubyssey.ca", diff --git a/setup.py b/setup.py index 994d66254..ff034de7f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='dispatch', - version='0.4.23', + version='0.4.24', description='A publishing platform for modern newspapers', url='https://github.com/ubyssey/dispatch', author='Peter Siemens',