Skip to content

Commit b122b18

Browse files
authored
Release 1.3.1 (#522)
Release 1.3.1.
1 parent 6c67627 commit b122b18

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

CHANGELOG.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
77
and this project adheres to [Semantic
88
Versioning](http://semver.org/spec/v2.0.0.html).
99

10-
Unreleased
11-
----------
12-
13-
### Under `data/`
14-
15-
### Under `wikipron/` and elsewhere
16-
- Added not-already-mentioned language names. (\#478)
17-
- Fixed dialect selector. (\#513)
18-
19-
[1.3.0] - 2022-11-28
10+
[1.3.1] - 2024-03-02
2011
--------------------
2112

2213
### Under `data/`
2314

24-
#### Added
25-
2615
- Updated Maltese (`mlt`) phonelist. (\#517)
2716
- Fixed path bug in `generate_summary.py`. (\#517)
2817
- Fixed CLI arg bug in `list_phones.py`. (\#516)
29-
- Big scrape for 2024. (\#514)
3018
- Big scrape for 2023. (\#512)
3119
- Moved IPAs of words with tildes to multiple lines. (\#379)
3220
- Caught `iso639.language.LanguageNotFoundError` error in `codes.py`. (\#498)
@@ -37,6 +25,18 @@ Unreleased
3725
- Upstream cleaning wrt English tie bar. (\#491)
3826
- Upstream cleaning wrt English high vowel and schwa. (\#493)
3927
- Fixed Georgian (`kat`) phones and rescrapes. (\#488)
28+
29+
### Under `wikipron/` and elsewhere
30+
- Added not-already-mentioned language names. (\#478)
31+
- Fixed dialect selector. (\#513)
32+
33+
[1.3.0] - 2022-11-28
34+
--------------------
35+
36+
### Under `data/`
37+
38+
#### Added
39+
4040
- Big scrape for 2022. (\#464)
4141
- Added the `--fresh` flag to `data/scrape/scrape.py` to facilitate running the big scrape in batches. (\#464)
4242
- Added the `--exclude` flag for excluding one or more languages in `data/scrape/scrape.py`. (\#460)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "wikipron"
7-
version = "1.3.0"
7+
version = "1.3.1"
88
description = "Scraping grapheme-to-phoneme data from Wiktionary"
99
readme = "README.md"
1010
requires-python = ">= 3.8"

0 commit comments

Comments
 (0)