bump: version 1.6.1 → 1.6.2

main 1.6.2
namuan 1 year ago
parent ed1cabdc79
commit c5d5a634a2

@ -1,3 +1,9 @@
## 1.6.2 (2023-02-18)
### Fix
- Support Python3.8
## 1.6.1 (2023-02-18)
### Fix

@ -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 <github@deskriders.dev>",
@ -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",

Loading…
Cancel
Save