From 82cc23683e090011c972ad469b3f591632572179 Mon Sep 17 00:00:00 2001 From: andreas-p Date: Thu, 14 Apr 2022 15:08:14 +0200 Subject: [PATCH] Partition Tables --- modPg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modPg/__init__.py b/modPg/__init__.py index afe9148..e5d2e49 100644 --- a/modPg/__init__.py +++ b/modPg/__init__.py @@ -9,7 +9,7 @@ 'modulename': "PostgreSQL", 'description': "PostgreSQL database server", 'version': "14.0", - 'revision': "0.8.24", + 'revision': "0.9.0", 'requiredAdmVersion': "3.0.0", 'testedAdmVersion': "3.0.0", 'supports': "PostgreSQL 8.1 ... 14 (pre-9.1 with restrictions)",