Skip to content

Commit ef5a3c4

Browse files
committed
- 1.14.1
1 parent e1887a8 commit ef5a3c4

File tree

5 files changed

+27
-24
lines changed

5 files changed

+27
-24
lines changed

docs/build/changelog.rst

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

66
.. changelog::
77
:version: 1.14.1
8-
:include_notes_from: unreleased
8+
:released: January 19, 2025
9+
10+
.. change::
11+
:tags: bug, environment
12+
:tickets: 1556
13+
14+
Added `tzdata` to `tz` extras, which is required on some platforms such as
15+
Windows. Pull request courtesy Danipulok.
16+
17+
.. change::
18+
:tags: usecase, sqlite
19+
:tickets: 1576
20+
21+
Modified SQLite's dialect to render "ALTER TABLE <t> RENAME COLUMN" when
22+
:meth:`.Operations.alter_column` is used with a straight rename, supporting
23+
SQLite's recently added column rename feature.
24+
25+
.. change::
26+
:tags: bug, autogenerate
27+
:tickets: 1585
28+
29+
Fixed bug where autogen render of a "variant" type would fail to catch the
30+
variants if the leading type were a dialect-specific type, rather than a
31+
generic type.
32+
933

1034
.. changelog::
1135
:version: 1.14.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.14.0"
103-
release_date = "November 4, 2024"
102+
release = "1.14.1"
103+
release_date = "January 19, 2025"
104104

105105

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

docs/build/unreleased/1556.rst

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

docs/build/unreleased/1576.rst

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

docs/build/unreleased/1585.rst

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

0 commit comments

Comments
 (0)