Skip to content

Commit

Permalink
Release 6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Nov 1, 2024
1 parent 948a5d6 commit e30406a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 6
#########

6.10 (unreleased)
6.10 (2024-11-01)
~~~~~~~~~~~~~~~~~

- Upgrade libpg_query to `16-5.2.0`__
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 = '6.0'
# The full version, including alpha/beta/rc tags: this is injected automatically
# at release time.
release = 'v6.9'
release = 'v6.10'

# 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__ = 'v6.9'
__version__ = 'v6.10'
"Package's version."

__author__ = 'Lele Gaifax <lele@metapensiero.it>'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.9
6.10

0 comments on commit e30406a

Please sign in to comment.