We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963a13a commit 0241f23Copy full SHA for 0241f23
CHANGELOG
@@ -1,4 +1,4 @@
1
-5.0.0 (WIP):
+5.0.0:
2
New feature:
3
- Complete rewrite of the UI using (currently) modern frameworks and
4
libraries. It is now built with ViteJS, VueJS, Vuetify and d3. (Marion
powa/__init__.py
@@ -7,7 +7,7 @@
7
import os
8
import re
9
10
-__VERSION__ = "5.0.0dev"
+__VERSION__ = "5.0.0"
11
12
ver_tmp = re.sub("(alpha|beta|dev)[0-9]*", "", __VERSION__)
13
__VERSION_NUM__ = [int(part) for part in (ver_tmp.split("."))]
0 commit comments