From 1d586822a905edb4826773ec8cb06589280c30d1 Mon Sep 17 00:00:00 2001 From: rowansdabomb Date: Sat, 2 Mar 2019 11:47:41 -0800 Subject: [PATCH] update to dispatch version 0.5.29 --- 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 d458647da..5c206e2e8 100644 --- a/dispatch/__init__.py +++ b/dispatch/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.5.28' +__version__ = '0.5.29' diff --git a/dispatch/static/manager/package.json b/dispatch/static/manager/package.json index 83fca34aa..95a61ae8c 100644 --- a/dispatch/static/manager/package.json +++ b/dispatch/static/manager/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.5.28", + "version": "0.5.29", "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 174356317..f4fe7e65f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='dispatch', - version='0.5.28', + version='0.5.29', description='A publishing platform for modern newspapers', url='https://github.com/ubyssey/dispatch', author='Peter Siemens',