summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/build/changelog/changelog_20.rst4
-rw-r--r--lib/sqlalchemy/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_20.rst b/doc/build/changelog/changelog_20.rst
index b079f9b06..e133065f9 100644
--- a/doc/build/changelog/changelog_20.rst
+++ b/doc/build/changelog/changelog_20.rst
@@ -9,6 +9,10 @@
.. changelog::
+ :version: 2.0.6
+ :include_notes_from: unreleased_20
+
+.. changelog::
:version: 2.0.5.post1
:released: March 5, 2023
diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py
index aafd51541..2f1355aa6 100644
--- a/lib/sqlalchemy/__init__.py
+++ b/lib/sqlalchemy/__init__.py
@@ -262,7 +262,7 @@ from .types import Uuid as Uuid
from .types import VARBINARY as VARBINARY
from .types import VARCHAR as VARCHAR
-__version__ = "2.0.5.post1"
+__version__ = "2.0.6"
def __go(lcls: Any) -> None: