From b837441d66a99fe115d6ddcf56ccc99578282ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Fri, 15 Nov 2024 11:24:18 +0200 Subject: [PATCH 1/1] Added Fox Face avatar; bumped version to 9.2 IssueID #9 --- 50_bubble.py | 2 +- settings.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/50_bubble.py b/50_bubble.py index 823df76..6d1ec48 100644 --- a/50_bubble.py +++ b/50_bubble.py @@ -18,7 +18,7 @@ from utils import * from worker import * -__version__ = '9.1' +__version__ = '9.2' class Bubble: diff --git a/settings.py b/settings.py index d8efa51..102e898 100644 --- a/settings.py +++ b/settings.py @@ -262,6 +262,7 @@ def make_settings_page(session): ('🐻', 'bear face'), ('😺', 'cat face'), ('🐶', 'dog face'), + ('🦊', 'fox face'), ('🐸', 'frog face'), ('🐵', 'monkey face'), ('🐰', 'rabbit face'), -- 2.34.1