Skip to content

Commit 3bd7485

Browse files
committed
Release 2.0.0
1 parent 0d3d96e commit 3bd7485

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# next
1+
# 2.0.0
22

33
* room info page can now show more content on the lower half of the view
44
* **BREAKING:** The option to select which content should be shown

pretalx_broadcast_tools/apps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PretalxPluginMeta:
1515
"embedded into your broadcasting software"
1616
)
1717
visible = True
18-
version = "1.1.0"
18+
version = "2.0.0"
1919

2020
def ready(self):
2121
from . import signals # NOQA

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def run(self):
2424

2525
setup(
2626
name="pretalx-plugin-broadcast-tools",
27-
version="1.1.0",
27+
version="2.0.0",
2828
description=(
2929
"Some tools which can be used for supporting a broadcasting "
3030
"software, for example a 'lower third' page which can be "

0 commit comments

Comments
 (0)