Skip to content

Commit

Permalink
Release 6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Dec 16, 2024
1 parent d2c7aa4 commit e69b2db
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.12 (unreleased)
6.12 (2024-12-16)
~~~~~~~~~~~~~~~~~

- Properly wrap ``x AT TIME ZONE foo`` in parens when it is the argument of a ``DEFAULT``
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.11'
release = 'v6.12'

# 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.11'
__version__ = 'v6.12'
"Package's version."

__author__ = 'Lele Gaifax <[email protected]>'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.11
6.12

0 comments on commit e69b2db

Please sign in to comment.