mirror of
https://github.com/rspeer/wordfreq.git
synced 2025-04-27 07:33:56 +00:00
version 3.2
This commit is contained in:
parent
42233e6c36
commit
912caf64b6
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user