Skip to content

Releases: opendxl/opendxl-bootstrap-python

0.2.2

20 Dec 18:00
dae7f52
Compare
Choose a tag to compare

OpenDXL Bootstrap Application 0.2.2 Release

  • Added "dxlbootstrap" as script entry point (you can now use "dxlbootstrap" vs. "python -m dxlbootstrap"

0.2.1

15 May 16:37
5fbdfd9
Compare
Choose a tag to compare

OpenDXL Bootstrap Application 0.2.1 Release

  • Fixed bug in classifiers generation

0.2.0

25 Apr 21:51
6e4b8d2
Compare
Choose a tag to compare

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 the client-template and application-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

20 Sep 21:23
Compare
Choose a tag to compare

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

10 Aug 20:48
Compare
Choose a tag to compare

OpenDXL Bootstrap Application 0.1.2 Release

Release notes:

  • Updated Dockerfile to use slim vs. alpine (glibc issues)

0.1.1-beta

10 Aug 16:44
Compare
Choose a tag to compare

OpenDXL Bootstrap Application 0.1.1 Release

Release notes:

  • Updated Dockerfile to include VOLUME definition

0.1.0-beta

04 Apr 20:48
Compare
Choose a tag to compare

Initial beta release (0.1.0)