File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # next
1
+ # 2.0.0
2
2
3
3
* room info page can now show more content on the lower half of the view
4
4
* ** BREAKING:** The option to select which content should be shown
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class PretalxPluginMeta:
15
15
"embedded into your broadcasting software"
16
16
)
17
17
visible = True
18
- version = "1.1 .0"
18
+ version = "2.0 .0"
19
19
20
20
def ready (self ):
21
21
from . import signals # NOQA
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def run(self):
24
24
25
25
setup (
26
26
name = "pretalx-plugin-broadcast-tools" ,
27
- version = "1.1 .0" ,
27
+ version = "2.0 .0" ,
28
28
description = (
29
29
"Some tools which can be used for supporting a broadcasting "
30
30
"software, for example a 'lower third' page which can be "
You can’t perform that action at this time.
0 commit comments