From b97355bb89aa01e54355c9593fd40692ac3debf3 Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Wed, 30 Jul 2025 01:49:14 +0200 Subject: [PATCH] version advance --- freak/__init__.py | 2 +- freak/templates/base.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/freak/__init__.py b/freak/__init__.py index 607b400..34c4cf8 100644 --- a/freak/__init__.py +++ b/freak/__init__.py @@ -24,7 +24,7 @@ from suou.configparse import ConfigOptions, ConfigValue from .colors import color_themes, theme_classes from .utils import twocolon_list -__version__ = '0.4.0' +__version__ = '0.5.0-dev30' APP_BASE_DIR = os.path.dirname(os.path.dirname(__file__)) diff --git a/freak/templates/base.html b/freak/templates/base.html index a4eb90c..e747247 100644 --- a/freak/templates/base.html +++ b/freak/templates/base.html @@ -2,7 +2,6 @@ - {% from "macros/icon.html" import icon with context %} {% block title %}