Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Nov 7, 2022
1 parent f417841 commit b5f1803
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# upcoming
# 1.0.3

* fix a bug where questions could not be sorted

Expand Down
2 changes: 1 addition & 1 deletion pretalx_broadcast_tools/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PretalxPluginMeta:
"embedded into your broadcasting software"
)
visible = True
version = "1.0.2"
version = "1.0.3"

def ready(self):
from . import signals # NOQA
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def run(self):

setup(
name="pretalx-plugin-broadcast-tools",
version="1.0.2",
version="1.0.3",
description=(
"Some tools which can be used for supporting a broadcasting "
"software, for example a 'lower third' page which can be "
Expand Down

0 comments on commit b5f1803

Please sign in to comment.