Skip to content

Commit c704001

Browse files
committed
Version 0.4.24
1 parent b9f5ff5 commit c704001

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dispatch/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.23'
1+
__version__ = '0.4.24'

dispatch/static/manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dispatch",
3-
"version": "0.4.23",
3+
"version": "0.4.24",
44
"description": "The frontend framework for the Dispatch publishing platform.",
55
"author": "Peter Siemens <[email protected]>",
66
"homepage": "https://www.ubyssey.ca",

setup.py

+1-1
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.4.23',
4+
version='0.4.24',
55
description='A publishing platform for modern newspapers',
66
url='https://github.com/ubyssey/dispatch',
77
author='Peter Siemens',

0 commit comments

Comments
 (0)