Skip to content

Commit

Permalink
Released PyMetrics version 1.0.3
Browse files Browse the repository at this point in the history
Changelog Details:
- [PATCH] Fix mypy errors
  • Loading branch information
vellis-eb committed Sep 20, 2021
1 parent 74de274 commit af36ac0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.0.3 (2021-09-20)
------------------
- [PATCH] Fix mypy errors

1.0.2 (2020-03-06)
------------------
- [PATCH] Fix #9: Catch circular Django settings import Conformity error
Expand Down
2 changes: 1 addition & 1 deletion pymetrics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
)


__version_info__ = (1, 0, 2)
__version_info__ = (1, 0, 3)
__version__ = '-'.join(filter(None, ['.'.join(map(str, __version_info__[:3])), (__version_info__[3:] or [None])[0]]))

0 comments on commit af36ac0

Please sign in to comment.