From d9a4a9790a4d94185f8cac022572480bac593319 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 27 Jan 2022 18:18:01 +0200 Subject: [PATCH] History for 3.2.0 (#514) --- HISTORY.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f43a25e2..bf22c9cb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,15 @@ # History +## 3.2.0 (2022-01-27) + +### Changes + +- Dropped Python 3.6 support (#513). + +### Bugfixes + +- Corrected order of arguments to a regex call in `safe_xlsx_sheet_title` (#510). + ## 3.1.0 (2021-10-26) ### Improvements @@ -25,7 +35,7 @@ ### Improvements -- Added Python 3.9 support +- Added Python 3.9 support. - Added read_only option to xlsx file reader (#482). ### Bugfixes