We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73562e commit 83437bdCopy full SHA for 83437bd
biscuit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.72.0"
+__version__ = "2.72.1"
2
__version_info__ = tuple([int(num) for num in __version__.split(".")])
3
4
# For tests to run successfully
biscuit/core/layout/menubar/searchbar.py
@@ -1,8 +1,7 @@
import tkinter as tk
-from core.utils import Frame, IconLabelButton
-
5
from biscuit import __version__
+from biscuit.core.utils import Frame, IconLabelButton
6
7
8
class Searchbar(Frame):
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "biscuit"
-version = "2.72.0"
+version = "2.72.1"
description = "The uncompromising code editor"
authors = ["Billy <billydevbusiness@gmail.com>"]
license = "MIT"
0 commit comments