Skip to content

Commit 3dcf8bc

Browse files
committed
Bumped latin-locales versions to 1.0.1
1 parent d13ee63 commit 3dcf8bc

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

latin-locales/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# > latin-locales
22

3-
<a href="https://github.com/adamlui/python-utils/releases/tag/latin-locales-1.0.0">
4-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
3+
<a href="https://github.com/adamlui/python-utils/releases/tag/latin-locales-1.0.1">
4+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.1-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
55
<a href="https://github.com/adamlui/python-utils/blob/main/latin-locales/docs/LICENSE.md">
66
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
77
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
@@ -11,7 +11,7 @@
1111

1212
> ### _ISO 639-1 (2-letter) codes for Latin locales that don't require advanced Unicode support._
1313
14-
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/latin-locales-1.0.0/latin-locales/src/latin_locales/latin_locales.json), so you can use it in any environment.
14+
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/latin-locales-1.0.1/latin-locales/src/latin_locales/latin_locales.json), so you can use it in any environment.
1515

1616
## Installation
1717

latin-locales/pyproject.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "latin-locales"
10-
version = "1.0.0"
10+
version = "1.0.1"
1111
description = "ISO 639-1 (2-letter) codes for Latin locales that don't require advanced Unicode support"
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -63,7 +63,7 @@ classifiers = [
6363
]
6464

6565
[project.urls]
66-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/latin-locales-1.0.0"
66+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/latin-locales-1.0.1"
6767
Documentation = "https://github.com/adamlui/python-utils/tree/main/latin-locales/docs"
6868
Funding = "https://github.com/sponsors/adamlui"
6969
Homepage = "https://github.com/adamlui/python-utils/tree/main/latin-locales/#readme"
@@ -80,7 +80,11 @@ dev = [
8080
]
8181

8282
[tool.setuptools.packages.find]
83-
where = ["src"]
83+
where = [
84+
"src",
85+
]
8486

8587
[tool.setuptools.package-data]
86-
"latin_locales" = ["latin_locales.json"]
88+
latin_locales = [
89+
"latin_locales.json",
90+
]

0 commit comments

Comments
 (0)