From 35a416974336e11f40de0e777f55e7816f4e8685 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Sat, 9 Mar 2024 07:48:27 +0200
Subject: [PATCH 1/1] Added Raccoon avatar; bumped version to 8.5
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 546ad6c..ec7f41a 100644
--- a/50_bubble.py
+++ b/50_bubble.py
@@ -18,7 +18,7 @@ from utils import *
from worker import *
-version = '8.4'
+version = '8.5'
class Bubble:
diff --git a/settings.py b/settings.py
index b7b9a9a..50cfa2c 100644
--- a/settings.py
+++ b/settings.py
@@ -279,6 +279,7 @@ def make_settings_page(session):
('🐙', 'octopus'),
('🦉', 'owl'),
('🐧', 'penguin'),
('🦝', 'raccoon'),
('🦂', 'scorpion'),
('🦥', 'sloth'),
('🕷', 'spider'),
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).