Skip to content

Commit 5cb6d0e

Browse files
committed
fluent.syntax 0.15.1
1 parent da6a6a8 commit 5cb6d0e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

fluent.syntax/CHANGELOG.md

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

3+
## fluent.syntax 0.15.1 (August 1, 2019)
4+
5+
- Comment Serializer fix.
6+
7+
The serializer had a bug when asked to serialize empty comments.
8+
39
## fluent.syntax 0.15.0 (April 17, 2019)
410

511
- Support Fluent Syntax 1.0.

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