From 30fe2305ed592f525e80b515da338175c1ace756 Mon Sep 17 00:00:00 2001 From: Peter Siemens Date: Tue, 31 Jan 2017 10:53:08 -0800 Subject: [PATCH] Version 0.2.31 --- dispatch/__init__.py | 2 +- dispatch/static/package.json | 2 +- dispatch/static/src/js/dispatch.js | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dispatch/__init__.py b/dispatch/__init__.py index ab0252577..1e899dd57 100644 --- a/dispatch/__init__.py +++ b/dispatch/__init__.py @@ -1 +1 @@ -__version__ = '0.2.30' +__version__ = '0.2.31' diff --git a/dispatch/static/package.json b/dispatch/static/package.json index aa624c5bc..934bc5947 100644 --- a/dispatch/static/package.json +++ b/dispatch/static/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.2.30", + "version": "0.2.31", "description": "The frontend framework for the Dispatch publishing platform.", "author": "Peter Siemens ", "homepage": "http://ubyssey.ca", diff --git a/dispatch/static/src/js/dispatch.js b/dispatch/static/src/js/dispatch.js index dd8948efb..1064c3a39 100644 --- a/dispatch/static/src/js/dispatch.js +++ b/dispatch/static/src/js/dispatch.js @@ -1,4 +1,4 @@ -var version = '0.2.30'; +var version = '0.2.31'; var settings = { 'base_url': '/', diff --git a/setup.py b/setup.py index dee48f443..135b0e6bd 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='dispatch', - version='0.2.30', + version='0.2.31', description='A publishing platform for modern newspapers', url='https://github.com/ubyssey/dispatch', author='Peter Siemens',