Skip to content

Commit

Permalink
MAINT update version number, changelog, and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonllee committed Jun 14, 2023
1 parent 36ce2f3 commit efab0b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ major/minor/micro version numbers like `05` (it'd have to be just `5`).
### Fixed
### Security

## [2023.6.15]

### Fixed
* Made `Language` class instances actually hashable (#3).

## [2023.4.13]

### Changed
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ for details.
The data source that backs this package is the
[language code tables published by SIL](https://iso639-3.sil.org/code_tables/download_tables).
Note that SIL resources have their [terms of use](https://www.sil.org/terms-use).
For exactly how the data is included in the package,
see the script at [`scripts/create_languages_db.py`](scripts/create_languages_db.py).

## Why Another ISO 639 Package?

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 = "python-iso639"
version = "2023.4.13"
version = "2023.6.15"
description = "Look-up utilities for ISO 639 language codes and names"
readme = "README.md"
requires-python = ">= 3.8"
Expand Down

0 comments on commit efab0b1

Please sign in to comment.