Skip to content

Commit

Permalink
0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonyl committed Jul 19, 2023
1 parent fcfaec4 commit c523724
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# fmetools changes

## 0.7.1

* Fix type annotations when using Python 3.8 and earlier.

## 0.7.0

* Add HTML docs and expanded existing docstrings.
Expand Down
2 changes: 1 addition & 1 deletion src/fmetools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8

__version__ = "0.7.0"
__version__ = "0.7.1"

import gettext
import os
Expand Down

0 comments on commit c523724

Please sign in to comment.