Skip to content

Commit a75596d

Browse files
committed
Release 7.14
1 parent 67b810d commit a75596d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changes
88
Version 7
99
#########
1010

11-
7.14 (unreleased)
11+
7.14 (2026-05-30)
1212
~~~~~~~~~~~~~~~~~
1313

1414
- Fix split comment slices (`PR #192`__), thanks to Alexander Macdonald

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
version = '7.0'
5656
# The full version, including alpha/beta/rc tags: this is injected automatically
5757
# at release time.
58-
release = 'v7.13'
58+
release = 'v7.14'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

pglast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
# This is injected automatically at release time
22-
__version__ = 'v7.13'
22+
__version__ = 'v7.14'
2323
"Package's version."
2424

2525
__author__ = 'Lele Gaifax <lele@metapensiero.it>'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[project]
1010
name = "pglast"
11-
version = "7.13"
11+
version = "7.14"
1212
description="PostgreSQL Languages AST and statements prettifier"
1313
readme = "README.rst"
1414
authors = [{name = "Lele Gaifax", email = "lele@metapensiero.it"}]
@@ -94,7 +94,7 @@ packages = [
9494
]
9595

9696
[tool.bumpversion]
97-
current_version = "7.13"
97+
current_version = "7.14"
9898
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)"
9999
serialize = [
100100
"{major}.{minor}",

0 commit comments

Comments
 (0)