Skip to content

Commit b2c7b8c

Browse files
committed
Version 0.5.26
1 parent 27075dd commit b2c7b8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dispatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.5.25'
1+
__version__ = '0.5.26'
22

dispatch/static/manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dispatch",
3-
"version": "0.5.25",
3+
"version": "0.5.26",
44
"description": "The frontend framework for the Dispatch publishing platform.",
55
"author": "Peter Siemens <peterjsiemens@gmail.com>",
66
"homepage": "https://www.ubyssey.ca",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='dispatch',
4-
version='0.5.25',
4+
version='0.5.26',
55
description='A publishing platform for modern newspapers',
66
url='https://github.com/ubyssey/dispatch',
77
author='Peter Siemens',

0 commit comments

Comments
 (0)