Skip to content

Commit 1449e7b

Browse files
committed
Bumped latin-locales versions to 1.0.3
1 parent 87add06 commit 1449e7b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

latin-locales/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<a href="https://pepy.tech/projects/latin-locales?versions=*">
44
<img height=31 src="https://img.shields.io/pepy/dt/latin-locales?logo=weightsandbiases&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></img></a>
5-
<a href="https://github.com/adamlui/python-utils/releases/tag/latin-locales-1.0.2">
6-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.2-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
5+
<a href="https://github.com/adamlui/python-utils/releases/tag/latin-locales-1.0.3">
6+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.3-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
77
<a href="https://github.com/adamlui/python-utils/blob/main/latin-locales/docs/LICENSE.md">
88
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
99
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
@@ -13,7 +13,7 @@
1313

1414
> ### _ISO 639-1 (2-letter) codes for Latin locales that don't require advanced Unicode support._
1515
16-
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@latin-locales-1.0.2/latin-locales/src/latin_locales/latin-locales.json), so you can use it in any environment.
16+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@latin-locales-1.0.3/latin-locales/src/latin_locales/latin-locales.json), so you can use it in any environment.
1717

1818
## Installation
1919

latin-locales/pyproject.toml

Lines changed: 2 additions & 2 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.2"
10+
version = "1.0.3"
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" },
@@ -65,7 +65,7 @@ classifiers = [
6565
]
6666

6767
[project.urls]
68-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/latin-locales-1.0.2"
68+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/latin-locales-1.0.3"
6969
Documentation = "https://github.com/adamlui/python-utils/tree/main/latin-locales/docs"
7070
Funding = "https://github.com/sponsors/adamlui"
7171
Homepage = "https://github.com/adamlui/python-utils/tree/main/latin-locales/#readme"

0 commit comments

Comments
 (0)