Skip to content

Commit

Permalink
Merge pull request #56 from PyUtilib/finalize-release
Browse files Browse the repository at this point in the history
Finalize 5.7.0 release
  • Loading branch information
blnicho authored May 1, 2019
2 parents 4b81557 + d679d9d commit 3e2de48
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
Current Development
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
Version 5.7.0
-------------------------------------------------------------------------------

- Disable nose's use of docstrings for test descriptions (#54)
- Resolve testing issues with new version of PyYAML (#53, #55)
- Resolve testing issues with subprocess (#53)
- Remove testing and support for Python 2.6 (#52)
- Fix component loader (#51)

-------------------------------------------------------------------------------
Version 5.6.5
Expand Down
10 changes: 4 additions & 6 deletions RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
We are pleased to announce the release of PyUtilib 5.6.5. The
We are pleased to announce the release of PyUtilib 5.7.0. 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.

The following are highlights of the 5.6 release series:
The following are highlights of the 5.7 release series:

- Added a general visitor pattern in pyutilib.misc
- Improvements to the ConfigBlock class
- Improved I/O management
- Improved test script robustness
- Dropped support for Python 2.6
- Updates to resolve testing issues

PyUtilib can be installed from PyPI using pip or conda-forge using conda.

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ def read(*rnames):
requires.append('ordereddict')

setup(name="PyUtilib",
version='5.6.6.dev0',
version='5.7.0',
maintainer='William E. Hart',
maintainer_email='[email protected]',
url = 'https://github.com/PyUtilib/pyutilib',
license = 'BSD',
platforms = ["any"],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
description = 'PyUtilib: A collection of Python utilities',
long_description = read('README.txt'),
classifiers = [
Expand All @@ -66,12 +67,12 @@ def read(*rnames):
'Operating System :: Unix',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: Jython',
'Programming Language :: Python :: Implementation :: PyPy',
Expand Down

0 comments on commit 3e2de48

Please sign in to comment.