Skip to content

Commit

Permalink
- 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed May 27, 2021
1 parent e799e42 commit cfa6b65
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
14 changes: 13 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ Changelog

.. changelog::
:version: 1.6.5
:include_notes_from: unreleased
:released: May 27, 2021

.. change::
:tags: bug, autogenerate
:tickets: 849

Fixed issue where dialect-specific keyword arguments within the
:class:`.DropIndex` operation directive would not render in the
autogenerated Python code. As support was improved for adding dialect
specific arguments to directives as part of :ticket:`803`, in particular
arguments such as "postgresql_concurrently" which apply to the actual
create/drop of the index, support was needed for these to render even in a
drop index operation. Pull request courtesy Jet Zhou.

.. changelog::
:version: 1.6.4
Expand Down
4 changes: 2 additions & 2 deletions docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
release = "1.6.4"
release_date = "May 24, 2021"
release = "1.6.5"
release_date = "May 27, 2021"


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

This file was deleted.

0 comments on commit cfa6b65

Please sign in to comment.