Skip to content

Commit

Permalink
Version 2.0.29 placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Mar 4, 2024
1 parent 2a71f3b commit a4e85e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/build/changelog/changelog_20.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
:start-line: 5


.. changelog::
:version: 2.0.29
:include_notes_from: unreleased_20

.. changelog::
:version: 2.0.28
:released: March 4, 2024
Expand Down
2 changes: 1 addition & 1 deletion lib/sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
from .types import VARBINARY as VARBINARY
from .types import VARCHAR as VARCHAR

__version__ = "2.0.28"
__version__ = "2.0.29"


def __go(lcls: Any) -> None:
Expand Down

0 comments on commit a4e85e7

Please sign in to comment.