We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6a6a8 commit 5cb6d0eCopy full SHA for 5cb6d0e
fluent.syntax/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## fluent.syntax 0.15.0 (April 17, 2019)
10
11
- Support Fluent Syntax 1.0.
fluent.syntax/setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
setup(name='fluent.syntax',
- version='0.15.0',
+ version='0.15.1',
description='Localization library for expressive translations.',
long_description='See https://github.com/projectfluent/python-fluent/ for more info.',
author='Mozilla',
0 commit comments