Skip to content

Commit b8a313c

Browse files
committed
Bumped versions to 1.2.0
1 parent 8d54da3 commit b8a313c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

translate-messages/docs/README.md

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

55
<a href="https://pypistats.org/packages/translate-messages">
66
<img height=31 src="https://img.shields.io/pypi/dm/translate-messages?logo=pypi&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></img></a>
7-
<a href="https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.1.0">
8-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.1.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
7+
<a href="https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.2.0">
8+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.2.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
99
<a href="https://github.com/adamlui/python-utils/blob/main/translate-messages/docs/LICENSE.md">
1010
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
1111
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
@@ -51,7 +51,7 @@ Options can be set by using command-line arguments:
5151
| `-W`, `--no-wizard` | Skip interactive prompts during start-up |
5252
| `-h`, `--help` | Show help screen |
5353

54-
[supported-locales]: https://github.com/adamlui/python-utils/blob/translate-messages-1.1.0/translate-messages/src/translate_messages/package_data.json#L11-L16
54+
[supported-locales]: https://github.com/adamlui/python-utils/blob/translate-messages-1.2.0/translate-messages/src/translate_messages/package_data.json#L21-L26
5555

5656
## Examples
5757

translate-messages/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 = "translate-messages"
10-
version = "1.1.0"
10+
version = "1.2.0"
1111
description = "Translate en/messages.json (in chrome.i18n format) to other locales."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -58,7 +58,7 @@ classifiers = [
5858
]
5959

6060
[project.urls]
61-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.1.0"
61+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.2.0"
6262
Documentation = "https://github.com/adamlui/python-utils/tree/main/translate-messages/docs"
6363
Funding = "https://github.com/sponsors/adamlui"
6464
Homepage = "https://github.com/adamlui/python-utils/tree/main/translate-messages/#readme"

0 commit comments

Comments
 (0)