From 8e3057d39e6290fe096d45756bc4706b0e30cf6f Mon Sep 17 00:00:00 2001 From: JamieRL Date: Mon, 11 Jun 2018 15:34:58 -0700 Subject: [PATCH] dispatch version 0.4.10 --- dispatch/__init__.py | 2 +- dispatch/static/manager/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dispatch/__init__.py b/dispatch/__init__.py index 2d8027163..b94cbb014 100644 --- a/dispatch/__init__.py +++ b/dispatch/__init__.py @@ -1 +1 @@ -__version__ = '0.4.9' +__version__ = '0.4.10' diff --git a/dispatch/static/manager/package.json b/dispatch/static/manager/package.json index 6cec425c1..7ea051a65 100644 --- a/dispatch/static/manager/package.json +++ b/dispatch/static/manager/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.4.9", + "version": "0.4.10", "description": "The frontend framework for the Dispatch publishing platform.", "author": "Peter Siemens ", "homepage": "https://www.ubyssey.ca",