summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/build/changelog.rst11
-rw-r--r--docs/build/conf.py4
-rw-r--r--docs/build/unreleased/1167.rst8
3 files changed, 12 insertions, 11 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 3df7f1d..e10c6ac 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -5,7 +5,16 @@ Changelog
.. changelog::
:version: 1.9.3
- :include_notes_from: unreleased
+ :released: February 7, 2023
+
+ .. change::
+ :tags: bug, autogenerate
+ :tickets: 1167
+
+ Fixed issue where rendering of user-defined types that then went onto use
+ the ``.with_variant()`` method would fail to render, if using SQLAlchemy
+ 2.0's version of variants.
+
.. changelog::
:version: 1.9.2
diff --git a/docs/build/conf.py b/docs/build/conf.py
index 37e271a..3100db9 100644
--- a/docs/build/conf.py
+++ b/docs/build/conf.py
@@ -95,8 +95,8 @@ copyright = "2010-2023, Mike Bayer" # noqa
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
-release = "1.9.2"
-release_date = "January 14, 2023"
+release = "1.9.3"
+release_date = "February 7, 2023"
# The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/1167.rst b/docs/build/unreleased/1167.rst
deleted file mode 100644
index 9c81253..0000000
--- a/docs/build/unreleased/1167.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
- :tags: bug, autogenerate
- :tickets: 1167
-
- Fixed issue where rendering of user-defined types that then went onto use
- the ``.with_variant()`` method would fail to render, if using SQLAlchemy
- 2.0's version of variants.
-