From 7e5acc4068224dadf3b0fe0d674d34285b85b109 Mon Sep 17 00:00:00 2001 From: laixintao Date: Fri, 15 Sep 2023 18:33:47 +0800 Subject: [PATCH] fix version in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f62c94..ff594444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## UPCOMING -## 1.3.1 +## 1.13.2 - Dependency: upgrade markdown render mistune to v3 - Dependency: deprecated importlib_resources, use Python build in `importlib.resources` now @@ -8,7 +8,7 @@ - Doc: update homepage link to iredis.xbin.io - Bugfix: Fix restore command caused by string literal escape -## 1.3 +## 1.13 - Dependency: Drop Python 3.6 support. - Bugfix: fix some typos.