We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79db6d commit 9170a85Copy full SHA for 9170a85
dispatch/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.5.11'
+__version__ = '0.5.12'
dispatch/static/manager/package.json
@@ -1,6 +1,6 @@
{
2
"name": "dispatch",
3
- "version": "0.5.11",
+ "version": "0.5.12",
4
"description": "The frontend framework for the Dispatch publishing platform.",
5
"author": "Peter Siemens <peterjsiemens@gmail.com>",
6
"homepage": "https://www.ubyssey.ca",
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(name='dispatch',
- version='0.5.11',
+ version='0.5.12',
description='A publishing platform for modern newspapers',
url='https://github.com/ubyssey/dispatch',
7
author='Peter Siemens',
0 commit comments