Skip to content

Commit

Permalink
- 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Nov 4, 2024
1 parent 9332a0e commit 0c70a0b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
15 changes: 14 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@ Changelog

.. changelog::
:version: 1.14.0
:include_notes_from: unreleased
:released: November 4, 2024

.. change::
:tags: usecase, runtime
:tickets: 1560

Added a new hook to the :class:`.DefaultImpl`
:meth:`.DefaultImpl.version_table_impl`. This allows third party dialects
to define the exact structure of the alembic_version table, to include use
cases where the table requires special directives and/or additional columns
so that it may function correctly on a particular backend. This is not
intended as a user-expansion hook, only a dialect implementation hook to
produce a working alembic_version table. Pull request courtesy Maciek
Bryński.

.. changelog::
:version: 1.13.3
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.13.3"
release_date = "September 23, 2024"
release = "1.14.0"
release_date = "November 4, 2024"


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

This file was deleted.

0 comments on commit 0c70a0b

Please sign in to comment.