Releases: opendxl/opendxl-bootstrap-python
Releases · opendxl/opendxl-bootstrap-python
0.2.2
0.2.1
OpenDXL Bootstrap Application 0.2.1 Release
- Fixed bug in classifiers generation
0.2.0
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.
0.1.4-beta
OpenDXL Bootstrap Application 0.1.4 Release
Release notes:
- Applications will now generate configuration files if they do not exist
- Refactored the way versions are tracked in generated projects
- Updated versioning for bootstrap application
0.1.2-beta
OpenDXL Bootstrap Application 0.1.2 Release
Release notes:
- Updated Dockerfile to use slim vs. alpine (glibc issues)
0.1.1-beta
OpenDXL Bootstrap Application 0.1.1 Release
Release notes:
- Updated Dockerfile to include VOLUME definition
0.1.0-beta
Initial beta release (0.1.0)