Skip to content

Commit

Permalink
Merge pull request #50 from PyUtilib/patch-release-5.6.5
Browse files Browse the repository at this point in the history
5.6.5 patch release
  • Loading branch information
blnicho committed Jan 18, 2019
2 parents fe7a4b0 + 05a51dd commit 77a7b58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
====================

-------------------------------------------------------------------------------
Current Development
Version 5.6.5
-------------------------------------------------------------------------------

- Fix condition where subprocess exits before I/O threads were created (#49)

-------------------------------------------------------------------------------
Version 5.6.4
-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
We are pleased to announce the release of PyUtilib 5.6.4. The
We are pleased to announce the release of PyUtilib 5.6.5. The
PyUtilib project supports the development of an ensemble of Python
packages that include a wide variety of utilities, including a
well-developed component architecture.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def read(*rnames):
requires.append('ordereddict')

setup(name="PyUtilib",
version='5.6.5.dev0',
version='5.6.5',
maintainer='William E. Hart',
maintainer_email='wehart@sandia.gov',
url = 'https://github.com/PyUtilib/pyutilib',
Expand Down

0 comments on commit 77a7b58

Please sign in to comment.