From e69b2dbe5a84cba483f14f456124e3ce01d97702 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Mon, 16 Dec 2024 08:59:27 +0100 Subject: [PATCH] Release 6.12 --- CHANGES.rst | 2 +- docs/conf.py | 2 +- pglast/__init__.py | 2 +- version.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6d9a22e..67848c8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ Changes Version 6 ######### -6.12 (unreleased) +6.12 (2024-12-16) ~~~~~~~~~~~~~~~~~ - Properly wrap ``x AT TIME ZONE foo`` in parens when it is the argument of a ``DEFAULT`` diff --git a/docs/conf.py b/docs/conf.py index be31275..d9d76b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ version = '6.0' # The full version, including alpha/beta/rc tags: this is injected automatically # at release time. -release = 'v6.11' +release = 'v6.12' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pglast/__init__.py b/pglast/__init__.py index 6c6642e..20d2ce0 100644 --- a/pglast/__init__.py +++ b/pglast/__init__.py @@ -18,7 +18,7 @@ # This is injected automatically at release time -__version__ = 'v6.11' +__version__ = 'v6.12' "Package's version." __author__ = 'Lele Gaifax ' diff --git a/version.txt b/version.txt index 2e11d54..5a98022 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.11 \ No newline at end of file +6.12 \ No newline at end of file