Skip to content

Commit

Permalink
Documenting changes for 5.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Jun 18, 2017
1 parent 20701bf commit 2d27f46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
PyUtilib CHANGELOG
====================

-------------------------------------------------------------------------------
Version 5.5.1
-------------------------------------------------------------------------------

- Fix for making private copies of os.environ
- Defer imports of pyutilib.misc in pyutilib.th to improve coverage

-------------------------------------------------------------------------------
Version 5.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.5',
version='5.5.1',
maintainer='William E. Hart',
maintainer_email='wehart@sandia.gov',
url = 'https://github.com/PyUtilib/pyutilib',
Expand Down

0 comments on commit 2d27f46

Please sign in to comment.