Skip to content

Commit 84cd3b5

Browse files
committed
fluent.syntax 0.15.0
1 parent 56d5891 commit 84cd3b5

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.15.0 (April 17, 2019)
4+
5+
- Support Fluent Syntax 1.0.
6+
7+
Fluent Syntax 1.0 has been published today. There are no changes to the
8+
grammar nor the AST compared to the Syntax 0.9.
9+
310
## fluent.syntax 0.14.0 (March 26, 2019)
411

512
This release of `fluent.syntax` brings support for version 0.9 of the Fluent

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