Skip to content

Commit

Permalink
Release 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed May 16, 2022
1 parent c9b04e3 commit 0b827fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
4.1.3:
New features:
- Add a new cookie_expires_days option (Julien Rouhaud, per request from
github user Kamal-Villupuram)
- Use pgsql language set for highlighting (Christoph Dreis)
Bug fixes:
- Allow missing pg_stat_kcache records (Julien Rouhaud, per report from
Christoph Dreis)
- Fix query unjumbling code (Julien Rouhaud, per report from Martin Aparicio
and Frédéric Yhuel)
- Correctly handle multiple queries with the same qual in the wizard (Julien
Rouhaud)
Misc:
- Update build and build dependencies and highlight.js (Christoph Dreis)
4.1.2:
Bug fixes:
- Restore compatibility with tornado 2.0, thanks to github user hrawulwa for
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.1.2'
__VERSION__ = '4.1.3'

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 0b827fc

Please sign in to comment.