diff --git a/anitya/app.py b/anitya/app.py index dc83da326..03627a4b1 100644 --- a/anitya/app.py +++ b/anitya/app.py @@ -30,7 +30,7 @@ import anitya.mail_logging -__version__ = '0.13.0' +__version__ = '0.13.1' def create(config=None): diff --git a/docs/release-notes.rst b/docs/release-notes.rst index cff16bc51..5823ea2ac 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -2,6 +2,21 @@ Release Notes ============= +v0.13.1 +======= + +Features +-------- + +* Add database schema generation (`#603 + `_). + +Bug Fixes +--------- + +* Fix cron issues (`#613 + `_). + v0.13.0 =======