Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Nov 10, 2024
1 parent 963a13a commit 0241f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.0.0 (WIP):
5.0.0:
New feature:
- Complete rewrite of the UI using (currently) modern frameworks and
libraries. It is now built with ViteJS, VueJS, Vuetify and d3. (Marion
Expand Down
2 changes: 1 addition & 1 deletion powa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import os
import re

__VERSION__ = "5.0.0dev"
__VERSION__ = "5.0.0"

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

0 comments on commit 0241f23

Please sign in to comment.