Added Doughnut avatar; bumped version number to 6.8

IssueID #9
This commit is contained in:
Jaakko Keränen 2023-08-19 11:46:35 +03:00
parent 63ee210fdd
commit c4fdc96be9
No known key found for this signature in database
GPG key ID: BACCFCFB98DB2EDC
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@ from utils import *
from worker import *
__version__ = '6.7'
__version__ = '6.8'
class Bubble:

View file

@ -96,6 +96,7 @@ def make_settings_page(session):
('🍎', 'red apple'),
('🍭', 'lollipop'),
('🧇', 'waffle'),
('🍩', 'doughnut'),
'Hobbies',
('🎵', 'musical note'),