Skip to content

Commit fca7345

Browse files
committed
fluent 0.4.1
1 parent 7a84a81 commit fca7345

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
-
6+
7+
## fluent 0.4.1 (June 27th, 2017)
8+
59
- Add BaseNode.equals for deep-equality testing.
610

711
Nodes are deeply compared on a field by field basis. If possible, False is

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name='fluent',
6-
version='0.4.0',
6+
version='0.4.1',
77
description='Localization library for expressive translations.',
88
author='Mozilla',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)