From c5d38be321bbb7b46bba788ed3eb9bbde26e2f6f Mon Sep 17 00:00:00 2001 From: Sam Vilain Date: Thu, 5 Mar 2015 20:36:31 -0800 Subject: [PATCH] Changelog 0.7.4 release --- CHANGELOG.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9a79105..79c45de 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Normalize changelog and errata ============================== +0.7.4 5th March 2015 +-------------------- +* A regression which introduced subtle bugs in 0.7.0, which became more + significant with the new feature delivered in 0.7.3 was fixed. + +* An exception with some forms of dereferencing MultiFieldSelectors was + fixed. + 0.7.3 4th March 2015 -------------------- * Added a new option to diff to suppress diffs found when comparing diff --git a/setup.py b/setup.py index 94bf394..b1f1491 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,6 @@ packages=find_packages(), install_requires=('richenum>=1.0.0',), test_suite="run_tests", - version='0.7.3', + version='0.7.4', url="http://hearsaycorp.github.io/normalize", )