From 91657f5184310f98b5305bbd425972b335f849eb Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Tue, 26 Nov 2024 08:09:37 +0100 Subject: [PATCH] Release 7.1 --- .bumpversion.toml | 2 +- CHANGES.rst | 2 +- docs/conf.py | 2 +- pglast/__init__.py | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 5ee4871..3469849 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -7,7 +7,7 @@ # [tool.bumpversion] -current_version = "7.0" +current_version = "7.1" parse = "(?P\\d+)\\.(?P\\d+)(?:\\.(?P[a-zA-Z-]+)(?P0|[1-9]\\d*))?" serialize = [ "{major}.{minor}.{pre_label}{pre_number}", diff --git a/CHANGES.rst b/CHANGES.rst index bd2a373..ab21814 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ Changes Version 7 ######### -7.1 (unreleased) +7.1 (2024-11-26) ~~~~~~~~~~~~~~~~ - Merge with `Version 6`_ diff --git a/docs/conf.py b/docs/conf.py index ec1e5f7..b36ad8b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ version = '7.0' # The full version, including alpha/beta/rc tags: this is injected automatically # at release time. -release = 'v7.0' +release = 'v7.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 e25575f..eb955e6 100644 --- a/pglast/__init__.py +++ b/pglast/__init__.py @@ -18,7 +18,7 @@ # This is injected automatically at release time -__version__ = 'v7.0' +__version__ = 'v7.1' "Package's version." __author__ = 'Lele Gaifax ' diff --git a/setup.py b/setup.py index 32d7752..8274bcd 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def run(self): setup( name="pglast", - version="7.0", + version="7.1", url="https://github.com/lelit/pglast", description="PostgreSQL Languages AST and statements prettifier",