Skip to content

Commit

Permalink
Merge pull request #106 from PyUtilib/finalize-release
Browse files Browse the repository at this point in the history
Finalize 6.0.0 release
  • Loading branch information
blnicho authored Jun 19, 2020
2 parents 9d9b95a + 9404244 commit 0421732
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,22 @@
====================

-------------------------------------------------------------------------------
Current Development
-------------------------------------------------------------------------------

Version 6.0.0 19 Jun 2020
-------------------------------------------------------------------------------

* Major API changes
- Remove pyutilib.enum package (#101)

* Other changes
- Updates to pyutilib.misc.config including documentation (#88)
- Updates to the README (#91, #92)
- Remove references to Python 2.6 (and older) (#94)
- Add hierarchical timer class (#96)
- Add an ImmutableConfigValue class (#95)
- Add unittest.mock backport (#98)
- Automate wheel creation (#99)
- Improve formatting in the log formatter (#102)
- Add support for expanding user and environment variables in import_file (#103)

-------------------------------------------------------------------------------
Version 5.8.0 18 Mar 2020
Expand Down
9 changes: 5 additions & 4 deletions RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
We are pleased to announce the release of PyUtilib 5.8.0. The
We are pleased to announce the release of PyUtilib 6.0.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.8 release series:
The following are highlights of the 6.0 release series:

- Removed use of pyutilib and pyutilib.component namespace packages
- Reworked optional dependency imports to speed up importing
- Removed the pyutilib.enum package
- Expanded timer support
- Automated release management

Additional changes are listed in CHANGELOG.txt

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(*rnames):
requires=[ 'nose', 'six' ]

setup(name="PyUtilib",
version='5.8.1.dev0',
version='6.0.0',
maintainer='William E. Hart',
maintainer_email='[email protected]',
url = 'https://github.com/PyUtilib/pyutilib',
Expand Down

0 comments on commit 0421732

Please sign in to comment.