Skip to content

Commit 4bc66b5

Browse files
committed
Release version 0.13.3
Including workaround for pypa/setuptools#4759
1 parent c432a9a commit 4bc66b5

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## fluent.migrate 0.13.3 (Jan 29, 2025)
4+
5+
- Use `[noname] <nomail>` as fallback for missing git author info ([#13](https://github.com/mozilla/fluent-migrate/pull/13))
6+
- Highlight warning log prints using ANSI terminal colors ([#13](https://github.com/mozilla/fluent-migrate/pull/13))
7+
38
## fluent.migrate 0.13.2 (Nov 19, 2024)
49

510
- List git log entries from oldest to newest ([#11](https://github.com/mozilla/fluent-migrate/pull/11))

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ console_scripts =
44
validate-l10n-recipe=fluent.migrate.validator:cli
55

66
[metadata]
7+
license_files =
78
long_description = file: README.md
89
long_description_content_type = text/markdown
910

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="fluent.migrate",
7-
version="0.13.2",
7+
version="0.13.3",
88
description="Toolchain to migrate legacy translation to Fluent.",
99
author="Mozilla",
1010
author_email="[email protected]",

0 commit comments

Comments
 (0)