diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 38bb07f5..6ee94cbf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,9 +3,14 @@ ==================== ------------------------------------------------------------------------------- -Current Development + Version 5.7.2 7 Nov 2019 ------------------------------------------------------------------------------- +- Add ability to start/stop a TicTocTimer (#63) +- Add support for Python 3.8 (#66) +- Uncategorized tests no longer default to expensive (#46) +- Update minor mistakes in listings (#35) + ------------------------------------------------------------------------------- Version 5.7.1 21 Jun 2019 ------------------------------------------------------------------------------- diff --git a/RELEASE.txt b/RELEASE.txt index 42bf7ade..15286dc3 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,4 +1,4 @@ -We are pleased to announce the release of PyUtilib 5.7.1. The +We are pleased to announce the release of PyUtilib 5.7.2. 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. @@ -7,7 +7,7 @@ The following are highlights of the 5.7 release series: - Dropped support for Python 2.6 - Updates to resolve testing issues -- Minor bug fixes +- Minor bug fixes including support for Python 3.8 PyUtilib can be installed from PyPI using pip or conda-forge using conda. diff --git a/setup.py b/setup.py index 79c72eb7..dbf91612 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def read(*rnames): requires.append('ordereddict') setup(name="PyUtilib", - version='5.7.2.dev0', + version='5.7.2', maintainer='William E. Hart', maintainer_email='wehart@sandia.gov', url = 'https://github.com/PyUtilib/pyutilib',