File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
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
+
3
12
## fluent.syntax 0.11.0 (February 13, 2019)
4
13
5
14
- API enhancements
Original file line number Diff line number Diff line change 2
2
from setuptools import setup
3
3
4
4
setup (name = 'fluent.syntax' ,
5
- version = '0.11 .0' ,
5
+ version = '0.12 .0' ,
6
6
description = 'Localization library for expressive translations.' ,
7
7
long_description = 'See https://github.com/projectfluent/python-fluent/ for more info.' ,
8
8
author = 'Mozilla' ,
You can’t perform that action at this time.
0 commit comments