Skip to content

Commit

Permalink
dispatch version 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rowansdabomb committed May 10, 2018
1 parent 8fd815a commit dceec2f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dispatch/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.4'
__version__ = '0.4.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.4.4",
"version": "0.4.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 dispatch/static/manager/yarn-error.log
Original file line number Diff line number Diff line change
Expand Up @@ -4268,8 +4268,8 @@ Lockfile:
source-map "^0.5.6"

source-map@^0.4.2:
version "0.4.4"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"
version "0.4.5"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.5.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"
dependencies:
amdefine ">=0.0.4"

Expand Down
4 changes: 2 additions & 2 deletions dispatch/static/manager/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4184,8 +4184,8 @@ source-map-support@^0.4.2:
source-map "^0.5.6"

source-map@^0.4.2:
version "0.4.4"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"
version "0.4.5"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.5.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"
dependencies:
amdefine ">=0.0.4"

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.4.4',
version='0.4.5',
description='A publishing platform for modern newspapers',
url='https://github.com/ubyssey/dispatch',
author='Peter Siemens',
Expand Down

0 comments on commit dceec2f

Please sign in to comment.