Skip to content

Commit

Permalink
Updating version and release info
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Mar 18, 2020
1 parent 410b98c commit 796d8c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ well-developed component architecture.

The following are highlights of the 5.8 release series:

- Removed use of namespace packages
- Removed use of pyutilib and pyutilib.component namespace packages
- Reworked optional dependency imports to speed up importing

Additional changes are listed in CHANGELOG.txt

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

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

0 comments on commit 796d8c8

Please sign in to comment.