Skip to content

Commit

Permalink
Merge from v5
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Dec 23, 2023
2 parents 2865bbe + 4d28f02 commit f1e94cc
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
# :Project: pglast — Configuration for Read the Docs
# :Created: sab 23 dic 2023, 18:10:10
# :Author: Lele Gaifax <lele@metapensiero.it>
# :License: GNU General Public License version 3 or later
# :Copyright: © 2023 Lele Gaifax
#

# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py
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 5
#########

5.7 (unreleased)
5.7 (2023-12-23)
~~~~~~~~~~~~~~~~

- Use `Cython 3.0.7`__
Expand Down
4 changes: 2 additions & 2 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. :Created: gio 10 ago 2017 10:04:43 CEST
.. :Author: Lele Gaifax <lele@metapensiero.it>
.. :License: GNU General Public License version 3 or later
.. :Copyright: © 2017, 2018, 2021, 2022 Lele Gaifax
.. :Copyright: © 2017, 2018, 2021, 2022, 2023 Lele Gaifax
..
=============
Expand Down Expand Up @@ -157,7 +157,7 @@ Version 5

This version tracks the `15-latest`__ branch of ``libpg_query`` and thus targets ``PostgreSQL
15``: other than handling new statements (`MERGE`__ to mention just one) and revised
syntaxes,_there are currently no other significant differences from `Version 4`_.
syntaxes, there are currently no other significant differences from `Version 4`_.

__ https://github.com/pganalyze/libpg_query/tree/15-latest
__ https://www.postgresql.org/docs/15/sql-merge.html
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__ = 'v5.6'
__version__ = 'v5.7'
"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 @@
5.6
5.7

0 comments on commit f1e94cc

Please sign in to comment.