Skip to content

Commit

Permalink
Update dispatch to v0.7.0 (running with django v2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Nesiu committed Jun 20, 2019
1 parent ffac26d commit a5c1299
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.6.5'
__version__ = '0.7.0'


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.6.5",
"version": "0.7.0",
"description": "The frontend framework for the Dispatch publishing platform.",
"author": "Peter Siemens <[email protected]>",
"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.6.5')}
{this.renderLink('/', 'nav-logo', 'selection', 'dispatch', '0.7.0')}
<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.6.5',
version='0.7.0',
description='A publishing platform for modern newspapers',
url='https://github.com/ubyssey/dispatch',
author='Peter Siemens',
Expand Down

0 comments on commit a5c1299

Please sign in to comment.