From c5d5a634a2651efbcb9aade439ec0353b0ab585a Mon Sep 17 00:00:00 2001 From: namuan <575441+namuan@users.noreply.github.com> Date: Sat, 18 Feb 2023 21:05:04 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.6.1=20=E2=86=92=201.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b93c7..ec185be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.6.2 (2023-02-18) + +### Fix + +- Support Python3.8 + ## 1.6.1 (2023-02-18) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 42f9a2b..0cfe2e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dr-doc-search" -version = "1.6.1" +version = "1.6.2" description = "Search through a document using a chat interface" authors = [ "namuan ", @@ -71,7 +71,7 @@ mkdocstrings-python = "^0.8.3" [tool.commitizen] name = "cz_conventional_commits" -version = "1.6.1" +version = "1.6.2" tag_format = "$version" version_files = [ "pyproject.toml:version",