From 422fde18650602e6a6d33fe34ab185b2470ef8e2 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Sun, 19 Jun 2022 15:44:12 +0200 Subject: [PATCH] Release 3.12 --- CHANGES.rst | 2 +- pglast/__init__.py | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 96facee..8272b6b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ Changes Version 3 ######### -3.12 (unreleased) +3.12 (2022-06-19) ~~~~~~~~~~~~~~~~~ - Rewrite the implementation of the ``referenced_relations()`` function, that was flawed with diff --git a/pglast/__init__.py b/pglast/__init__.py index 28e90cb..8202121 100644 --- a/pglast/__init__.py +++ b/pglast/__init__.py @@ -17,7 +17,7 @@ # This is injected automatically at release time -__version__ = 'v3.11' +__version__ = 'v3.12' "Package's version." __author__ = 'Lele Gaifax ' diff --git a/version.txt b/version.txt index 902b2c9..fdcfcfd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.11 \ No newline at end of file +3.12 \ No newline at end of file