Skip to content

Commit

Permalink
Release 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Jan 22, 2024
1 parent 61dba9f commit 51322d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -8,7 +8,7 @@ Changes
Version 6
#########

6.0 (unreleased)
6.0 (2024-01-22)
~~~~~~~~~~~~~~~~

- Produce wheels for macOS arm64
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -58,7 +58,7 @@
version = '6.0'
# The full version, including alpha/beta/rc tags: this is injected automatically
# at release time.
release = 'v6.0.dev2'
release = 'v6.0'

# 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
Expand Up @@ -18,7 +18,7 @@


# This is injected automatically at release time
__version__ = 'v6.0.dev2'
__version__ = 'v6.0'
"Package's version."

__author__ = 'Lele Gaifax <lele@metapensiero.it>'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
6.0.dev2
6.0

0 comments on commit 51322d2

Please sign in to comment.