From aecc5de467e9fdd680ef895d516be45a198039fd Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Tue, 26 Nov 2024 07:52:05 +0100 Subject: [PATCH] Release 6.11 --- 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 cf481ac..c32b292 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ Changes Version 6 ######### -6.11 (unreleased) +6.11 (2024-11-26) ~~~~~~~~~~~~~~~~~ - Remove spurious trailing space in the ``ConstrTypePrinter.CONSTR_IDENTITY`` and the diff --git a/docs/conf.py b/docs/conf.py index 8d902a7..be31275 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.10' +release = 'v6.11' # 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 f5f7235..6c6642e 100644 --- a/pglast/__init__.py +++ b/pglast/__init__.py @@ -18,7 +18,7 @@ # This is injected automatically at release time -__version__ = 'v6.10' +__version__ = 'v6.11' "Package's version." __author__ = 'Lele Gaifax ' diff --git a/version.txt b/version.txt index ceaae09..2e11d54 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.10 \ No newline at end of file +6.11 \ No newline at end of file