Skip to content

Commit

Permalink
Version 1.5.8 placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Mar 11, 2021
1 parent 389d750 commit c18769f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion alembic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .runtime import environment
from .runtime import migration

__version__ = "1.5.7"
__version__ = "1.5.8"

sys.modules["alembic.migration"] = migration
sys.modules["alembic.environment"] = environment
4 changes: 4 additions & 0 deletions docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Changelog
==========

.. changelog::
:version: 1.5.8
:include_notes_from: unreleased

.. changelog::
:version: 1.5.7
:released: March 11, 2021
Expand Down

0 comments on commit c18769f

Please sign in to comment.