Skip to content

Commit

Permalink
Version 0.2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Jan 31, 2017
1 parent e629251 commit 30fe230
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dispatch/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.30'
__version__ = '0.2.31'
2 changes: 1 addition & 1 deletion dispatch/static/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "http://ubyssey.ca",
Expand Down
2 changes: 1 addition & 1 deletion dispatch/static/src/js/dispatch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '0.2.30';
var version = '0.2.31';

var settings = {
'base_url': '/',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 30fe230

Please sign in to comment.