Skip to content

Commit 687fca7

Browse files
committed
fluent.syntax 0.17.0
1 parent 87e09f8 commit 687fca7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

fluent.syntax/CHANGELOG.md

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

3+
## fluent.syntax 0.17 (September 10, 2019)
4+
5+
- Parser fix for whitespace before call arguments.
6+
7+
This includes the fixes for https://github.com/projectfluent/fluent/issues/281.
8+
9+
310
## fluent.syntax 0.16 (August 6, 2019)
411

512
- Parser fix for selector expressions being too lenient.

fluent.syntax/setup.py

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

44
setup(name='fluent.syntax',
5-
version='0.16.0',
5+
version='0.17.0',
66
description='Localization library for expressive translations.',
77
long_description='See https://github.com/projectfluent/python-fluent/ for more info.',
88
author='Mozilla',

0 commit comments

Comments
 (0)