Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Jun 8, 2020
1 parent c9c6f75 commit d637e7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.0.1:
Bug fixes:
- Fix per-query hypothetical index checking (Julien Rouhaud, thanks to github
user hrawulwa)
4.0.0:
New features:
- Make the UI compatible with remote-mode setup (Julien Rouhaud)
Expand Down
2 changes: 1 addition & 1 deletion powa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os
import re

__VERSION__ = '4.0.0'
__VERSION__ = '4.0.1'

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

0 comments on commit d637e7d

Please sign in to comment.