From 1261acc9eaeff0bfbcbabe76138a2ef3e75febb9 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Sun, 24 Oct 2021 21:50:45 -0400 Subject: [PATCH] Add version 1.0.1 news --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index eed00f4..7a60197 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ excellent readthedocs.org project. Development takes place on # Changes +## 1.0.1 + +- Add Support for Python 3.10, Drop Support for Python 3.7 +- Enable Pre-commit Hooks for isort, toml, yaml, pyupgrade, docformatter, and flake8 +- Migrate to GitHub Actions @danyeaw (#3) + ## 1.0.0 - Updated documentation on [Readthedocs](https://generic.readthedocs.io)