We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b552da4 commit 71f0a61Copy full SHA for 71f0a61
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## fluent 0.6.3 (February 13, 2018)
4
+
5
+ - Fix merge code to handle Terms properly
6
7
## fluent 0.6.2 (February 8, 2018)
8
9
- Inline Patterns may start with any character. (#48)
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='fluent',
- version='0.6.2',
+ version='0.6.3',
description='Localization library for expressive translations.',
author='Mozilla',
author_email='l10n-drivers@mozilla.org',
0 commit comments