Skip to content

Commit

Permalink
Release 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Nov 13, 2024
1 parent 1057dcc commit f4752a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

[tool.bumpversion]
current_version = "7.0.dev1"
current_version = "7.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)(?:\\.(?P<pre_label>[a-zA-Z-]+)(?P<pre_number>0|[1-9]\\d*))?"
serialize = [
"{major}.{minor}.{pre_label}{pre_number}",
Expand Down
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 7
#########

7.0 (unreleased)
7.0 (2024-11-13)
~~~~~~~~~~~~~~~~

- No visible changes
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 = 'v7.0.dev1'
release = 'v7.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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


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

__author__ = 'Lele Gaifax <lele@metapensiero.it>'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run(self):

setup(
name="pglast",
version="7.0.dev1",
version="7.0",
url="https://github.com/lelit/pglast",

description="PostgreSQL Languages AST and statements prettifier",
Expand Down

0 comments on commit f4752a0

Please sign in to comment.