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", )