We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601783b commit cf9053bCopy full SHA for cf9053b
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v1.3.6 (2023-10-15)
2
+
3
+### Fix
4
5
+- **deps**: bump cmudict from 1.0.13 to 1.0.15
6
+- **deps**: bump syllables from 1.0.7 to 1.0.8
7
8
## v1.3.5 (2022-12-19)
9
10
### Fix
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "1.3.5"
+version = "1.3.6"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
@@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"
14
15
[tool.poetry]
16
name = "prosegrinder"
17
18
description = "A text analytics library for prose fiction."
19
authors = ["David L. Day <david@davidlday.com>"]
20
license = "GPLv3"
0 commit comments