From a5b89032440e66912ada29d2d1385a7948485362 Mon Sep 17 00:00:00 2001 From: salt-die <53280662+salt-die@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:10:37 -0500 Subject: [PATCH] v0.28.0 - Console gadget added. - Select all and select word keybinds added to text input gadgets. - Method signatures added to method stubs in docstrings. - Several bug fixes. --- batgrl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batgrl/__init__.py b/batgrl/__init__.py index 991bd844..603503a2 100644 --- a/batgrl/__init__.py +++ b/batgrl/__init__.py @@ -2,4 +2,4 @@ batgrl - badass terminal graphics library """ -__version__ = "0.27.0" +__version__ = "0.28.0"