From 42c2ce6908eb6e955fcf5bede61a94aaba201456 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Mon, 30 Sep 2024 08:19:16 +0200 Subject: [PATCH] Release 6.6 --- 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 28859f2..f4cc569 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ Changes Version 6 ######### -6.6 (unreleased) +6.6 (2024-09-30) ~~~~~~~~~~~~~~~~ - Make recently introduced doctest related to issue #88 work on different Python versions diff --git a/docs/conf.py b/docs/conf.py index c645fc4..25239ef 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.5' +release = 'v6.6' # 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 85b964f..e8df699 100644 --- a/pglast/__init__.py +++ b/pglast/__init__.py @@ -18,7 +18,7 @@ # This is injected automatically at release time -__version__ = 'v6.5' +__version__ = 'v6.6' "Package's version." __author__ = 'Lele Gaifax ' diff --git a/version.txt b/version.txt index 69c9391..0e2c60c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.5 \ No newline at end of file +6.6 \ No newline at end of file