We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a84a81 commit fca7345Copy full SHA for fca7345
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+ - …
6
+
7
+## fluent 0.4.1 (June 27th, 2017)
8
9
- Add BaseNode.equals for deep-equality testing.
10
11
Nodes are deeply compared on a field by field basis. If possible, False is
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='fluent',
- version='0.4.0',
+ version='0.4.1',
description='Localization library for expressive translations.',
author='Mozilla',
author_email='l10n-drivers@mozilla.org',
0 commit comments