Skip to content

Commit

Permalink
Merge pull request #71 from PyUtilib/finalize-release
Browse files Browse the repository at this point in the history
Finalize the PyUtilib 5.7.3 release
  • Loading branch information
jsiirola authored Dec 13, 2019
2 parents 5e8ec7d + 0233371 commit 3533dcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
url = 'https://github.com/PyUtilib/pyutilib',
Expand Down

0 comments on commit 3533dcf

Please sign in to comment.