version 3.2

This commit is contained in:
arborelia 2025-01-04 15:59:00 -05:00
parent 42233e6c36
commit 912caf64b6
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## Version 3.2.0 (2025-01-04)
- Supports Python 3.9 through 3.12.
- Updated dependency on ftfy.
- Updated the setuptools dev dependency (which I wish wasn't there).
## Version 3.1.1 (2023-11-21)
- Supports Python 3.8 through 3.12.

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "wordfreq"
version = "3.1.1"
version = "3.2.0"
description = "Look up the frequencies of words in many languages, based on many sources of data."
authors = ["Robyn Speer <rspeer@arborelia.net>"]
license = "Apache-2.0"