Skip to content

Commit

Permalink
Refer to 6.0.dev0 in various places
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Dec 23, 2023
1 parent f1e94cc commit 89ff84c
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 7 deletions.
20 changes: 20 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@
Changes
-------

Version 6
#########

6.0.dev0 (unreleased)
~~~~~~~~~~~~~~~~~~~~~

- No visible changes with respect to v5, apart from the support for new/revised syntaxes of
`PostgreSQL 16`__

__ https://www.postgresql.org/docs/16/release-16.html

~~~~~~~~~~~~~~~~~~~~
**Breaking changes**
~~~~~~~~~~~~~~~~~~~~

- Target PostgreSQL 16, thanks to libpg_query `16-5.0.0`__

__ https://github.com/pganalyze/libpg_query/releases/tag/16-5.0.0


Version 5
#########

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@

# General information about the project.
project = 'pglast'
copyright = '2017, 2018, 2019, 2020, 2021, 2022 Lele Gaifax'
copyright = '2017-2023 Lele Gaifax'
author = 'Lele Gaifax'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '5.0'
version = '6.0'
# The full version, including alpha/beta/rc tags.
release = '5.0.dev0'
release = '6.0.dev0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
11 changes: 11 additions & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,17 @@ 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


Version 6
#########

This version tracks the `16-latest`__ branch of ``libpg_query`` and thus targets ``PostgreSQL
16``: other than handling new statements (most notably, ``SQL/JSON`` constructor functions like
``json_array()`` or aggregators such as ``json_objectagg()``) and revised syntaxes, there are
currently no other significant differences from `Version 5`_.

__ https://github.com/pganalyze/libpg_query/tree/16-latest

.. toctree::
:maxdepth: 2

Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. :Created: gio 10 ago 2017 09:56:59 CEST
.. :Author: Lele Gaifax <lele@metapensiero.it>
.. :License: GNU General Public License version 3 or later
.. :Copyright: © 2017, 2018, 2019, 2021, 2022 Lele Gaifax
.. :Copyright: © 2017, 2018, 2019, 2021, 2022, 2023 Lele Gaifax
..
========
Expand All @@ -16,10 +16,10 @@ PostgreSQL Languages AST and statements prettifier
:author: Lele Gaifax
:contact: lele@metapensiero.it
:license: `GNU General Public License version 3 or later`__
:version: `5`__
:version: `6`__

__ https://www.gnu.org/licenses/gpl.html
__ https://pglast.readthedocs.io/en/v5/introduction.html
__ https://pglast.readthedocs.io/en/v6/introduction.html

This is a Python 3 module that exposes the *parse tree* of a PostgreSQL__ statement (extracted
by the almost standard PG parser repackaged as a standalone static library by `libpg_query`__)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.7
6.0.dev0

0 comments on commit 89ff84c

Please sign in to comment.