From 8e79a957799729868afce8e222b091ac81dcbb25 Mon Sep 17 00:00:00 2001 From: Peter Siemens Date: Sun, 30 Sep 2018 23:13:03 -0700 Subject: [PATCH] Version 0.5.13 --- 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 02241e1c5..e0f76133e 100644 --- a/dispatch/__init__.py +++ b/dispatch/__init__.py @@ -1 +1 @@ -__version__ = '0.5.12' \ No newline at end of file +__version__ = '0.5.13' \ No newline at end of file diff --git a/dispatch/static/manager/package.json b/dispatch/static/manager/package.json index 755872e2f..90cf6c704 100644 --- a/dispatch/static/manager/package.json +++ b/dispatch/static/manager/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.5.12", + "version": "0.5.13", "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 25e1da345..29b9db121 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='dispatch', - version='0.5.12', + version='0.5.13', description='A publishing platform for modern newspapers', url='https://github.com/ubyssey/dispatch', author='Peter Siemens',