Skip to content

Commit 534465e

Browse files
committed
- 1.10.1
1 parent 370d14b commit 534465e

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

docs/build/changelog.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,26 @@ Changelog
55

66
.. changelog::
77
:version: 1.10.1
8-
:include_notes_from: unreleased
8+
:released: March 6, 2023
9+
10+
.. change::
11+
:tags: bug, postgresql
12+
:tickets: 1184
13+
14+
Fixed issue regarding PostgreSQL :class:`.ExcludeConstraint`, where
15+
constraint elements which made use of :func:`.literal_column` could not be
16+
rendered for autogenerate. Additionally, using SQLAlchemy 2.0.5 or greater,
17+
:func:`.text()` constructs are also supported within PostgreSQL
18+
:class:`.ExcludeConstraint` objects for autogenerate render. Pull request
19+
courtesy Jan Katins.
20+
21+
.. change::
22+
:tags: bug, batch, regression
23+
:tickets: 1195
24+
25+
Fixed regression for 1.10.0 where :class:`.Constraint` objects were
26+
suddenly required to have non-None name fields when using batch mode, which
27+
was not previously a requirement.
928

1029
.. changelog::
1130
:version: 1.10.0

docs/build/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
# The short X.Y version.
100100
version = alembic.__version__
101101
# The full version, including alpha/beta/rc tags.
102-
release = "1.10.0"
103-
release_date = "March 5, 2023"
102+
release = "1.10.1"
103+
release_date = "March 6, 2023"
104104

105105

106106
# The language for content autogenerated by Sphinx. Refer to documentation

docs/build/unreleased/1184.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/build/unreleased/1195.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)