Skip to content

Commit

Permalink
Upgrade dispatch to v0.7.3 (image authors required)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Nesiu committed Jul 19, 2019
1 parent 0f503ed commit 68f6baa
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,3 +1,3 @@
__version__ = '0.7.2'
__version__ = '0.7.3'


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.7.2",
"version": "0.7.3",
"description": "The frontend framework for the Dispatch publishing platform.",
"author": "Peter Siemens <peterjsiemens@gmail.com>",
"homepage": "https://www.ubyssey.ca",
Expand Down
2 changes: 1 addition & 1 deletion dispatch/static/manager/src/js/components/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Header extends React.Component {
<header className='c-header'>
<nav className='bp3-navbar bp3-dark'>
<div className='bp3-navbar-group bp3-align-left'>
{this.renderLink('/', 'nav-logo', 'selection', 'dispatch', '0.7.2')}
{this.renderLink('/', 'nav-logo', 'selection', 'dispatch', '0.7.3')}
<span className='bp3-navbar-divider' />
<HeaderButtons goTo={this.props.goTo} />
</div>
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.7.2',
version='0.7.3',
description='A publishing platform for modern newspapers',
url='https://github.com/ubyssey/dispatch',
author='Peter Siemens',
Expand Down

0 comments on commit 68f6baa

Please sign in to comment.