Skip to content

Commit 21394fc

Browse files
committedMar 17, 2025·
Release 7.4
1 parent 21e1c39 commit 21394fc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

‎.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
[tool.bumpversion]
10-
current_version = "7.3"
10+
current_version = "7.4"
1111
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)"
1212
serialize = [
1313
"{major}.{minor}",

‎CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changes
88
Version 7
99
#########
1010

11-
7.4 (unreleased)
11+
7.4 (2025-03-17)
1212
~~~~~~~~~~~~~~~~
1313

1414
- Merge with `Version 6`_

‎docs/conf.py

+1-1
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.3'
58+
release = 'v7.4'
5959

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

‎pglast/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
# This is injected automatically at release time
21-
__version__ = 'v7.3'
21+
__version__ = 'v7.4'
2222
"Package's version."
2323

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

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def run(self):
3838

3939
setup(
4040
name="pglast",
41-
version="7.3",
41+
version="7.4",
4242
url="https://github.com/lelit/pglast",
4343

4444
description="PostgreSQL Languages AST and statements prettifier",

0 commit comments

Comments
 (0)
Please sign in to comment.