We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ca1ba commit 8ab2b39Copy full SHA for 8ab2b39
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
- …
6
7
+## fluent 0.4.3 (October 9, 2017)
8
+
9
+ - Bug 1397234 - Allow blank lines before attributes, tags and multiline patterns
10
+ - Bug 1406342 - Trim trailing newline in Comment and Section spans
11
12
13
## fluent 0.4.2 (September 11, 2017)
14
15
- Add an intermediate Placeable node for Expressions within Patterns.
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup
setup(name='fluent',
- version='0.4.2',
+ version='0.4.3',
description='Localization library for expressive translations.',
author='Mozilla',
author_email='[email protected]',
0 commit comments