diff --git a/CHANGES.md b/CHANGES.md index 1bfa7bc..8a4769d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Flask-Moment change log +**Release 1.0.1** - 2021-06-11 + +- Fix package metadata for release [#80](https://github.com/miguelgrinberg/flask-moment/issues/80) ([commit](https://github.com/miguelgrinberg/flask-moment/commit/19d601e87eae4c0bd7d34f4734de46b931e8b1b2)) + **Release 1.0.0** - 2021-06-11 - Remove dependency on jQuery ([commit](https://github.com/miguelgrinberg/flask-moment/commit/3ab78505303ca5ecf1de1324893918f3b541f2d6)) (thanks **yuxiaoy**!) diff --git a/setup.cfg b/setup.cfg index 98455b7..aeb88e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Flask-Moment -version = 1.0.1.dev0 +version = 1.0.1 author = Miguel Grinberg author_email = miguel.grinberg@gmail.com description = Formatting of dates and times in Flask templates using moment.js.