bump: version 1.6.2 → 1.6.3

main 1.6.3
namuan 1 year ago
parent 8f20b740f8
commit 5b64a27964

@ -1,3 +1,9 @@
## 1.6.3 (2023-02-18)
### Fix
- Support ImageMagick on Windows
## 1.6.2 (2023-02-18) ## 1.6.2 (2023-02-18)
### Fix ### Fix

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "dr-doc-search" name = "dr-doc-search"
version = "1.6.2" version = "1.6.3"
description = "Search through a document using a chat interface" description = "Search through a document using a chat interface"
authors = [ authors = [
"namuan <github@deskriders.dev>", "namuan <github@deskriders.dev>",
@ -71,7 +71,7 @@ mkdocstrings-python = "^0.8.3"
[tool.commitizen] [tool.commitizen]
name = "cz_conventional_commits" name = "cz_conventional_commits"
version = "1.6.2" version = "1.6.3"
tag_format = "$version" tag_format = "$version"
version_files = [ version_files = [
"pyproject.toml:version", "pyproject.toml:version",

Loading…
Cancel
Save