From c5237248f61e7f828223709deddc864195fd9663 Mon Sep 17 00:00:00 2001 From: Carson Lam Date: Wed, 19 Jul 2023 15:00:36 -0700 Subject: [PATCH] 0.7.1. --- CHANGES.md | 4 ++++ src/fmetools/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 7b56b52..d9ab378 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/src/fmetools/__init__.py b/src/fmetools/__init__.py index 8815b1c..6d311cf 100644 --- a/src/fmetools/__init__.py +++ b/src/fmetools/__init__.py @@ -1,6 +1,6 @@ # coding: utf-8 -__version__ = "0.7.0" +__version__ = "0.7.1" import gettext import os