diff --git a/dispatch/__init__.py b/dispatch/__init__.py index b9ec952ce..9024b9390 100644 --- a/dispatch/__init__.py +++ b/dispatch/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.5.21' +__version__ = '0.5.22' diff --git a/dispatch/static/manager/package.json b/dispatch/static/manager/package.json index 13d55efff..284390438 100644 --- a/dispatch/static/manager/package.json +++ b/dispatch/static/manager/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.5.21", + "version": "0.5.22", "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 fd6787ded..fca44f46c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='dispatch', - version='0.5.21', + version='0.5.22', description='A publishing platform for modern newspapers', url='https://github.com/ubyssey/dispatch', author='Peter Siemens',