Skip to content

Commit

Permalink
Bump version to 1.0.3 and update CHANGELOG (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
systemcatch committed Mar 7, 2021
1 parent c577c76 commit ce69c31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,13 @@
Changelog
=========

1.0.3 (2021-03-05)
------------------

- [FIX] Updated internals to avoid issues when running ``mypy --strict``.
- [FIX] Corrections to Swedish locale.
- [INTERNAL] Lowered required coverage limit until ``humanize`` month tests are fixed.

1.0.2 (2021-02-28)
------------------

Expand Down
2 changes: 1 addition & 1 deletion arrow/_version.py
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit ce69c31

Please sign in to comment.