Skip to content

Commit 900abc6

Browse files
committed
Release 4.2.1
1 parent 10c41dd commit 900abc6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -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)
14
4.2.0:
25
New feature:
36
- Add support for pg_stat_statements.toplevel, added in pg_stat_statements

powa/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66
import re
77

8-
__VERSION__ = '4.2.0'
8+
__VERSION__ = '4.2.1'
99

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

0 commit comments

Comments
 (0)