Skip to content

Commit

Permalink
- 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Mar 18, 2023
1 parent 9914f39 commit f1b12c8
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 22 deletions.
24 changes: 23 additions & 1 deletion doc/build/changelog/changelog_20.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,29 @@

.. changelog::
:version: 2.0.7
:include_notes_from: unreleased_20
:released: March 18, 2023

.. change::
:tags: usecase, postgresql
:tickets: 9416

Added new PostgreSQL type :class:`_postgresql.CITEXT`. Pull request
courtesy Julian David Rath.

.. change::
:tags: bug, typing
:tickets: 9502

Fixed typing issue where :func:`_orm.composite` would not allow an
arbitrary callable as the source of the composite class.

.. change::
:tags: usecase, postgresql
:tickets: 9442

Modifications to the base PostgreSQL dialect to allow for better integration with the
sqlalchemy-redshift third party dialect for SQLAlchemy 2.0. Pull request courtesy
matthewgdv.

.. changelog::
:version: 2.0.6
Expand Down
6 changes: 0 additions & 6 deletions doc/build/changelog/unreleased_20/9416.rst

This file was deleted.

7 changes: 0 additions & 7 deletions doc/build/changelog/unreleased_20/9442.rst

This file was deleted.

6 changes: 0 additions & 6 deletions doc/build/changelog/unreleased_20/9502.rst

This file was deleted.

4 changes: 2 additions & 2 deletions doc/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@
# The short X.Y version.
version = "2.0"
# The full version, including alpha/beta/rc tags.
release = "2.0.6"
release = "2.0.7"

release_date = "March 13, 2023"
release_date = "March 18, 2023"

site_base = os.environ.get("RTD_SITE_BASE", "https://www.sqlalchemy.org")
site_adapter_template = "docs_adapter.mako"
Expand Down

0 comments on commit f1b12c8

Please sign in to comment.