We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9a924 commit a13ef99Copy full SHA for a13ef99
fluent.syntax/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## fluent.syntax 0.12.0 (February 15, 2019)
4
+
5
+- Fixes to the `Visitor` API
6
7
+ The `Visitor` API introduced in 0.11 was changed to align more with
8
+ what Python's `ast.Visitor` does. This also allows implementations
9
+ to have code after descending into child nodes.
10
11
12
## fluent.syntax 0.11.0 (February 13, 2019)
13
14
- API enhancements
fluent.syntax/setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
setup(name='fluent.syntax',
- version='0.11.0',
+ version='0.12.0',
description='Localization library for expressive translations.',
long_description='See https://github.com/projectfluent/python-fluent/ for more info.',
author='Mozilla',
0 commit comments