Skip to content

Commit

Permalink
Merge pull request #67 from PyUtilib/finalize-release
Browse files Browse the repository at this point in the history
Finalize the 5.7.2 release
  • Loading branch information
blnicho authored Nov 7, 2019
2 parents a3018ac + 1025a42 commit e8784b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions 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.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.
Expand All @@ -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.

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.2.dev0',
version='5.7.2',
maintainer='William E. Hart',
maintainer_email='[email protected]',
url = 'https://github.com/PyUtilib/pyutilib',
Expand Down

0 comments on commit e8784b7

Please sign in to comment.