diff --git a/.bumpversion.toml b/.bumpversion.toml index 2a54112..0dfb311 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -7,7 +7,7 @@ # [tool.bumpversion] -current_version = "7.1" +current_version = "7.2" parse = "(?P\\d+)\\.(?P\\d+)" serialize = [ "{major}.{minor}", diff --git a/CHANGES.rst b/CHANGES.rst index 2c9187f..d519f60 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ Changes Version 7 ######### -7.2 (unreleased) +7.2 (2024-12-21) ~~~~~~~~~~~~~~~~ - Merge with `Version 6`_ diff --git a/docs/conf.py b/docs/conf.py index b36ad8b..4a0c39e 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.1' +release = 'v7.2' # 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 eb955e6..c4efa8b 100644 --- a/pglast/__init__.py +++ b/pglast/__init__.py @@ -18,7 +18,7 @@ # This is injected automatically at release time -__version__ = 'v7.1' +__version__ = 'v7.2' "Package's version." __author__ = 'Lele Gaifax ' diff --git a/setup.py b/setup.py index 8274bcd..24ce033 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def run(self): setup( name="pglast", - version="7.1", + version="7.2", url="https://github.com/lelit/pglast", description="PostgreSQL Languages AST and statements prettifier",