Skip to content

Commit 5c0f495

Browse files
committed
[STUDIO] Bump version to 0.8.16
1 parent a719cf4 commit 5c0f495

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

formation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.8.15"
1+
__version__ = "0.8.16"
22

33
from .loader import Builder, AppBuilder # noqa

studio/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
__version__ = "0.8.15"
2-
# TODO: remove Labour Day decals on next release
1+
__version__ = "0.8.16"
32

43
# make available for use with custom widgets
54
from studio.lib.pseudo import WidgetMeta

studio/debugtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.15'
1+
__version__ = '0.8.16'

studio/ui/about.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def __init__(self, parent):
6565
f.pack(side="top")
6666
Label(f, text=_("Icons by"), **self.style.text_passive).pack(side="left")
6767
Hyperlink(f, link="https://icons8.com", text="Icons8").pack(side="right")
68-
Label(self, text=_("> Labour Day special <"), **self.style.text_passive).pack(side="top")
6968
copy_right = _("Copyright © 2019-{year} Hoverset group").format(year="2025")
7069
Label(self, text=copy_right, **self.style.text_passive).pack(side="top", fill="y")
7170
self.pack(fill="both", expand=True)

0 commit comments

Comments
 (0)