Skip to content

Commit

Permalink
fluent 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Jun 27, 2017
1 parent 7a84a81 commit fca7345
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

-

## fluent 0.4.1 (June 27th, 2017)

- Add BaseNode.equals for deep-equality testing.

Nodes are deeply compared on a field by field basis. If possible, False is
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit fca7345

Please sign in to comment.