Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jul 16, 2022
1 parent 02a8392 commit fe53ab2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Flask-Moment change log

**Release 1.0.3** - 2022-07-16

- Return the raw JavaScript code to enable unsupported use cases [#84](https://github.com/miguelgrinberg/flask-moment/issues/84) ([commit](https://github.com/miguelgrinberg/flask-moment/commit/c79961d46f3b69c7ffc217c2bb35f8289e54b8c4))
- Remove deprecated `StrictVersion` usage [#85](https://github.com/miguelgrinberg/flask-moment/issues/85) ([commit](https://github.com/miguelgrinberg/flask-moment/commit/02a8392876f84c439f548fe639a8890aef0ede97))

**Release 1.0.2** - 2021-07-16

- High CPU usage when refresh is disabled [#81](https://github.com/miguelgrinberg/flask-moment/issues/81) ([commit](https://github.com/miguelgrinberg/flask-moment/commit/7ffce2fea01c25d72b4417b408b6cca5119b8a3e))
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Flask-Moment
version = 1.0.3.dev0
version = 1.0.3
author = Miguel Grinberg
author_email = [email protected]
description = Formatting of dates and times in Flask templates using moment.js.
Expand Down

0 comments on commit fe53ab2

Please sign in to comment.