Skip to content

Commit

Permalink
Release 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Dec 21, 2024
1 parent a0e53f2 commit eed764e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

[tool.bumpversion]
current_version = "7.1"
current_version = "7.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)"
serialize = [
"{major}.{minor}",
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Changes
Version 7
#########

7.2 (unreleased)
7.2 (2024-12-21)
~~~~~~~~~~~~~~~~

- Merge with `Version 6`_
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pglast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


# This is injected automatically at release time
__version__ = 'v7.1'
__version__ = 'v7.2'
"Package's version."

__author__ = 'Lele Gaifax <[email protected]>'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eed764e

Please sign in to comment.