Update to Bootstrap 5.3.3 (#33)

* Update to Bootstrap 5.3.3
* Remove support for python 3.9
This commit is contained in:
2024-04-09 23:45:58 +02:00
committed by GitHub
parent 4b74a69f3f
commit b37f5420c5
12 changed files with 28 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
from ram.utils import git_suffix
__version__ = "0.11.0"
__version__ = "0.11.1"
__version__ += git_suffix(__file__)