Skip to content

Commit

Permalink
- 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Mar 7, 2023
1 parent 370d14b commit 534465e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 20 deletions.
21 changes: 20 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,26 @@ Changelog

.. changelog::
:version: 1.10.1
:include_notes_from: unreleased
:released: March 6, 2023

.. change::
:tags: bug, postgresql
:tickets: 1184

Fixed issue regarding PostgreSQL :class:`.ExcludeConstraint`, where
constraint elements which made use of :func:`.literal_column` could not be
rendered for autogenerate. Additionally, using SQLAlchemy 2.0.5 or greater,
:func:`.text()` constructs are also supported within PostgreSQL
:class:`.ExcludeConstraint` objects for autogenerate render. Pull request
courtesy Jan Katins.

.. change::
:tags: bug, batch, regression
:tickets: 1195

Fixed regression for 1.10.0 where :class:`.Constraint` objects were
suddenly required to have non-None name fields when using batch mode, which
was not previously a requirement.

.. changelog::
:version: 1.10.0
Expand Down
4 changes: 2 additions & 2 deletions docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
release = "1.10.0"
release_date = "March 5, 2023"
release = "1.10.1"
release_date = "March 6, 2023"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
10 changes: 0 additions & 10 deletions docs/build/unreleased/1184.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/build/unreleased/1195.rst

This file was deleted.

0 comments on commit 534465e

Please sign in to comment.