We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c41dd commit 900abc6Copy full SHA for 900abc6
CHANGELOG
@@ -1,3 +1,6 @@
1
+4.2.1:
2
+ Misc
3
+ - salqlchemy > 1.4 is not supported (thanks to David Mödinger for the report)
4
4.2.0:
5
New feature:
6
- Add support for pg_stat_statements.toplevel, added in pg_stat_statements
powa/__init__.py
@@ -5,7 +5,7 @@
import os
import re
7
8
-__VERSION__ = '4.2.0'
+__VERSION__ = '4.2.1'
9
10
ver_tmp = re.sub("(alpha|beta)[0-9]*", "", __VERSION__)
11
__VERSION_NUM__ = [int(part) for part in (ver_tmp.split('.'))]
0 commit comments