Skip to content

Commit 0241f23

Browse files
committed
Release 5.0.0
1 parent 963a13a commit 0241f23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
5.0.0 (WIP):
1+
5.0.0:
22
New feature:
33
- Complete rewrite of the UI using (currently) modern frameworks and
44
libraries. It is now built with ViteJS, VueJS, Vuetify and d3. (Marion

powa/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
import re
99

10-
__VERSION__ = "5.0.0dev"
10+
__VERSION__ = "5.0.0"
1111

1212
ver_tmp = re.sub("(alpha|beta|dev)[0-9]*", "", __VERSION__)
1313
__VERSION_NUM__ = [int(part) for part in (ver_tmp.split("."))]

0 commit comments

Comments
 (0)