From 911d98eeb8ec0b2703b14e67d0103aaa67616960 Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Sat, 29 Jan 2022 15:12:24 +0530 Subject: [PATCH] fix: update changelog --- HISTORY.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index dabfe9e..1d99a88 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,9 +1,12 @@ History ======= -v3.10.0rc1 / 2021-12-31 -======================= +v3.10.0 / 2022-01-29 +==================== + * bump version to 3.10.0 + * fix: we support Python3.7+ now (#101) + * Issue: #99 dicttoxml igores the root param (#100) * feat: bump to a rc1 version * Add support for Python3.11 alpha and upgrade pytest and py (#97) * Feat: drop 3.11.0 alphas from the test matrix for now