From fa9fa545450b4e060abfbdaacb2e6f77769e172c Mon Sep 17 00:00:00 2001 From: William Hart Date: Mon, 22 Aug 2016 16:08:13 -0400 Subject: [PATCH] Preparing for 5.4 release --- CHANGELOG.txt | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a4007079..f7e61b00 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,17 @@ PyUtilib CHANGELOG ==================== +------------------------------------------------------------------------------- + Version 5.4 +------------------------------------------------------------------------------- + +- Using ordered dictionary repns for XMLs to ensure consistent output +- Reformatted PyUtilib code with yapf. +- Fix to ensure compatibility with Pyro 4.46 +- Modified the test.pyutilib script to return an exit code from the console +- Changes to eliminate import cycles +- Removed internal use of 'import *' + ------------------------------------------------------------------------------- Version 5.3.5 ------------------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 242546ee..eb75d14a 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def read(*rnames): requires.append('unittest2') setup(name="PyUtilib", - version='5.3.5', + version='5.4', maintainer='William E. Hart', maintainer_email='wehart@sandia.gov', url = 'https://github.com/PyUtilib/pyutilib',