Skip to content

Commit 71f0a61

Browse files
author
Zibi Braniecki
committed
fluent 0.6.3
1 parent b552da4 commit 71f0a61

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## fluent 0.6.3 (February 13, 2018)
4+
5+
- Fix merge code to handle Terms properly
6+
37
## fluent 0.6.2 (February 8, 2018)
48

59
- Inline Patterns may start with any character. (#48)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name='fluent',
6-
version='0.6.2',
6+
version='0.6.3',
77
description='Localization library for expressive translations.',
88
author='Mozilla',
99
author_email='l10n-drivers@mozilla.org',

0 commit comments

Comments
 (0)