0.2.0
chrissmith-mcafee
released this
25 Apr 21:51
·
15 commits
to master
since this release
OpenDXL Bootstrap Application 0.2.0 Release
Release notes:
- Now compatible with Python 3.4+
- Python 2.7.9 is now the minimum supported version (Python 2.7.8 is no longer supported)
- Distributed as a universal wheel package (single package which can be installed on either Python 2.7.9+ or Python 3.4.0+)
- Distribution (.zip file) no longer includes .egg files
- An optional
languageVersion
setting was added to both theclient-template
andapplication-template
for generation. The value provided for the setting controls Python-version specific references in packaging and documentation. Supported values are "2" (for Python 2.x only), "3" (for Python 3.x only), or "universal" (both Python 2.x and Python 3.x). The value defaults to "2", if not specified.