Skip to content

Commit

Permalink
Version 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Aug 24, 2018
1 parent d699246 commit 1236590
Show file tree
Hide file tree
Showing 3 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.5.4'
__version__ = '0.5.5'
2 changes: 1 addition & 1 deletion dispatch/static/manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dispatch",
"version": "0.5.4",
"version": "0.5.5",
"description": "The frontend framework for the Dispatch publishing platform.",
"author": "Peter Siemens <[email protected]>",
"homepage": "https://www.ubyssey.ca",
Expand Down
4 changes: 2 additions & 2 deletions 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.5.4',
version='0.5.5',
description='A publishing platform for modern newspapers',
url='https://github.com/ubyssey/dispatch',
author='Peter Siemens',
Expand All @@ -16,7 +16,7 @@
'pillow',
'requests',
'jsonfield',
'google-cloud-storage',
'google-cloud',
],
extras_require={
'dev': [
Expand Down

0 comments on commit 1236590

Please sign in to comment.