Skip to content

Commit 267e2e0

Browse files
committed
fluent.syntax 0.16.0
1 parent ec43f38 commit 267e2e0

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.16 (August 6, 2019)
4+
5+
- Parser fix for selector expressions being too lenient.
6+
7+
This includes the fixes for https://github.com/projectfluent/fluent/issues/279.
8+
9+
310
## fluent.syntax 0.15.1 (August 1, 2019)
411

512
- Comment Serializer fix.

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.15.1',
5+
version='0.16.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)