Skip to content

Commit

Permalink
Release engineering for 0.4.7 PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
samv committed Jul 23, 2014
1 parent bfc76f0 commit fc8cdb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Normalize changelog and errata
==============================

0.4.x Series, 19th June - 18th July 2014
0.4.x Series, 19th June - 23rd July 2014
----------------------------------------
* added support for comparing filtered objects; ``__pk__()`` object
method no longer honored. See ``tests/test_mfs_diff.py`` for
Expand All @@ -23,6 +23,10 @@ Normalize changelog and errata
are not actually None but all of the fields that have values are
filtered by the DiffOptions compare_filter parameter.

* added Diffas property trait, so you can easily add
'compare_as=lambda x: scrub(x)' for field-specific clean-ups specific
to comparison.

0.3.0, 30th May 2014
--------------------
* enhancement to diff to allow custom, per-field normalization of
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
packages=find_packages(),
install_requires=('richenum>=1.0.0',),
test_suite="run_tests",
version='0.4.6',
version='0.4.7',
url="http://hearsaycorp.github.io/normalize",
)

0 comments on commit fc8cdb2

Please sign in to comment.