Skip to content

Commit a13ef99

Browse files
committed
fluent.syntax 0.12.0
1 parent dc9a924 commit a13ef99

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

fluent.syntax/CHANGELOG.md

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

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+
312
## fluent.syntax 0.11.0 (February 13, 2019)
413

514
- API enhancements

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