Skip to content

Commit

Permalink
Preparing for 5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Aug 22, 2016
1 parent 0753f48 commit fa9fa54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fa9fa54

Please sign in to comment.