Bootstrap 5.3 (#21)

* Migarte to Bootstrap 5.3
* Cleanup and version bump
This commit is contained in:
2023-09-18 14:24:27 +02:00
committed by GitHub
parent 2f2b96b2bb
commit ad4591da04
8 changed files with 217 additions and 74 deletions

View File

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