Skip to content

Commit

Permalink
Proposes release 1.3.2, a patch-level release. (#552)
Browse files Browse the repository at this point in the history
The major changes are just fixes to selectors, but these are reasonably impactful.
  • Loading branch information
kylebgorman authored Jul 17, 2024
1 parent f1ed683 commit d40dc05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Versioning](http://semver.org/spec/v2.0.0.html).
Unreleased
----------

(n/a)

[1.3.2] - 2024-07-17
--------------------

### Under `data/`

#### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "wikipron"
version = "1.3.1"
version = "1.3.2"
description = "Scraping grapheme-to-phoneme data from Wiktionary"
readme = "README.md"
requires-python = ">= 3.8"
Expand Down

0 comments on commit d40dc05

Please sign in to comment.