From f152c9924f100d357bcbd07b3f115c5194db1022 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Mon, 22 Jan 2024 18:50:41 +0100 Subject: [PATCH] Release 6.1 --- 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 2d0930f..d3a8682 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ Changes Version 6 ######### -6.1 (unreleased) +6.1 (2024-01-22) ~~~~~~~~~~~~~~~~ - Inherit fix for issue `143`__ from `version 5`_ diff --git a/docs/conf.py b/docs/conf.py index 3929a71..a65252c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ version = '6.0' # The full version, including alpha/beta/rc tags: this is injected automatically # at release time. -release = 'v6.0' +release = 'v6.1' # 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 cb3359c..7178a61 100644 --- a/pglast/__init__.py +++ b/pglast/__init__.py @@ -18,7 +18,7 @@ # This is injected automatically at release time -__version__ = 'v6.0' +__version__ = 'v6.1' "Package's version." __author__ = 'Lele Gaifax ' diff --git a/version.txt b/version.txt index e0ea36f..e8f1734 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.0 +6.1 \ No newline at end of file