Skip to content

Commit

Permalink
Release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Jun 9, 2024
1 parent 10c41dd commit 900abc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.2.1:
Misc
- salqlchemy > 1.4 is not supported (thanks to David Mödinger for the report)
4.2.0:
New feature:
- Add support for pg_stat_statements.toplevel, added in pg_stat_statements
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.2.0'
__VERSION__ = '4.2.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 900abc6

Please sign in to comment.