From 050e9a009876d067d5d1c4efc0b0da26ee49987b Mon Sep 17 00:00:00 2001 From: Bethany Nicholson Date: Fri, 13 Dec 2019 09:20:06 -0700 Subject: [PATCH 1/2] Updating the CHANGELOG --- CHANGELOG.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3ac0f556..a3fb2830 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,9 +3,10 @@ ==================== ------------------------------------------------------------------------------- - Current Development + Version 5.7.3 13 Dec 2019 ------------------------------------------------------------------------------- - + +- Improvements to import_file() and run_file() (#70) ------------------------------------------------------------------------------- Version 5.7.2 7 Nov 2019 From 0233371c473bb99d4bf0984fae5151395292b7a2 Mon Sep 17 00:00:00 2001 From: John Siirola Date: Fri, 13 Dec 2019 09:48:21 -0700 Subject: [PATCH 2/2] Updating version to 5.7.3 --- RELEASE.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index 15286dc3..ef40c17d 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,4 +1,4 @@ -We are pleased to announce the release of PyUtilib 5.7.2. The +We are pleased to announce the release of PyUtilib 5.7.3. 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. diff --git a/setup.py b/setup.py index 3c70e87b..5278ca96 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def read(*rnames): requires.append('ordereddict') setup(name="PyUtilib", - version='5.7.3.dev0', + version='5.7.3', maintainer='William E. Hart', maintainer_email='wehart@sandia.gov', url = 'https://github.com/PyUtilib/pyutilib',