From ab551632fdae2ee18c6d5406b66d8c8280534cfd Mon Sep 17 00:00:00 2001 From: JamieRL Date: Tue, 31 Jul 2018 14:11:21 -0700 Subject: [PATCH] Version 0.4.23 --- dispatch/__init__.py | 2 +- dispatch/static/manager/package.json | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dispatch/__init__.py b/dispatch/__init__.py index 046a83fd5..7d4d5a840 100644 --- a/dispatch/__init__.py +++ b/dispatch/__init__.py @@ -1 +1 @@ -__version__ = '0.4.22' +__version__ = '0.4.23' diff --git a/dispatch/static/manager/package.json b/dispatch/static/manager/package.json index 90468e657..310586b23 100644 --- a/dispatch/static/manager/package.json +++ b/dispatch/static/manager/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.4.22", + "version": "0.4.23", "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 ade59833d..994d66254 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='dispatch', - version='0.4.22', + version='0.4.23', description='A publishing platform for modern newspapers', url='https://github.com/ubyssey/dispatch', author='Peter Siemens',