Skip to content

Commit

Permalink
Version 1.0.2 placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Oct 17, 2018
1 parent defbc5b commit 385484d
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
@@ -1,6 +1,6 @@
from os import path

__version__ = '1.0.1'
__version__ = '1.0.2'

package_dir = path.abspath(path.dirname(__file__))

Expand Down
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.0.2
:include_notes_from: unreleased

.. changelog::
:version: 1.0.1
:released: October 17, 2018
Expand Down

0 comments on commit 385484d

Please sign in to comment.