bump: version 1.6.0 → 1.6.1

main
namuan 1 year ago
parent f1918150c8
commit dfafa85c61

@ -1,3 +1,9 @@
## 1.6.1 (2023-02-18)
### Fix
- Downgrade supported Python version to 3.8.1
## 1.6.0 (2023-02-05)
### Feat

@ -1,6 +1,6 @@
[tool.poetry]
name = "dr-doc-search"
version = "1.6.0"
version = "1.6.1"
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.0"
version = "1.6.1"
tag_format = "$version"
version_files = [
"pyproject.toml:version",

Loading…
Cancel
Save