From ef1e3fb14de59d591a6cc47a2e1130a0d4ac5e44 Mon Sep 17 00:00:00 2001 From: Peter Siemens Date: Fri, 30 Sep 2016 14:34:12 -0700 Subject: [PATCH] Version 0.2.25 --- 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 805b4a864..7a814166d 100644 --- a/dispatch/__init__.py +++ b/dispatch/__init__.py @@ -1 +1 @@ -__version__ = '0.2.24' +__version__ = '0.2.25' diff --git a/dispatch/static/package.json b/dispatch/static/package.json index dec66aedb..d90e3b5a9 100644 --- a/dispatch/static/package.json +++ b/dispatch/static/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.2.24", + "version": "0.2.25", "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 cd896871c..0682daf6f 100644 --- a/dispatch/static/src/js/dispatch.js +++ b/dispatch/static/src/js/dispatch.js @@ -1,4 +1,4 @@ -var version = '0.2.24'; +var version = '0.2.25'; var settings = { 'base_url': '/', diff --git a/setup.py b/setup.py index d5c767b23..e9e5dd923 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='dispatch', - version='0.2.24', + version='0.2.25', description='A publishing platform for modern newspapers', url='https://github.com/ubyssey/dispatch', author='Peter Siemens',