Skip to content

Commit

Permalink
Release 1.2.0. (#342)
Browse files Browse the repository at this point in the history
Closes #235.
  • Loading branch information
kylebgorman authored Jan 30, 2021
1 parent d70eee5 commit a586f58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Unreleased

### Under `data/`

### Under `wikipron/

[1.2.0] - 2021-01-30
--------------------

### Under `data/`

#### Added

- Added Afrikaans whitelists, filtered TSV file, rescraped phonemic and phonetic TSV files. (\#311)
Expand Down Expand Up @@ -151,16 +158,10 @@ Unreleased
- Updated the default pron selector to also look for IPA strings under paragraphs in addition to list items. (\#295)
- Updated segments package version to 2.2.0 (\#308)

#### Deprecated

#### Removed

- Moved Wiktionary querying functions from `test_languagecodes.py` to `codes.py` (\#205)

#### Fixed

#### Security

[1.1.0] - 2020-03-03
--------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import setuptools


_VERSION = "1.1.0"
_VERSION = "1.2.0"

_THIS_DIR = os.path.dirname(os.path.realpath(__file__))

Expand Down

0 comments on commit a586f58

Please sign in to comment.