Skip to content

Commit 984b137

Browse files
committed
[STUDIO] Bump version to 0.8.15
1 parent 323b0e6 commit 984b137

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.0"
1+
__version__ = "0.8.15"
22

33
from .loader import Builder, AppBuilder # noqa

studio/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
__version__ = "0.8.0"
1+
__version__ = "0.8.15"
2+
# TODO: remove Labour Day decals on next release
23

34
# make available for use with custom widgets
45
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.0'
1+
__version__ = '0.8.15'

studio/ui/about.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ 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")
6869
copy_right = _("Copyright © 2019-{year} Hoverset group").format(year="2025")
6970
Label(self, text=copy_right, **self.style.text_passive).pack(side="top", fill="y")
7071
self.pack(fill="both", expand=True)

0 commit comments

Comments
 (0)