Releases: openedx/xblock-sdk
Releases · openedx/xblock-sdk
v0.5.1
v0.5.0
What's Changed
- Use GitHub credentials for docker-publish CI check by @UsamaSadiq in #209
- Fix failing push docker job in xblock-sdk by @mzulqarnain1 in #210
- BOM-2912: Remove Travis CI by @UsamaSadiq in #211
- Standardize version number placement by @aht007 in #213
- Fix docker publish workflow by @UsamaSadiq in #214
- Post Django32 cleanup by @aht007 in #216
New Contributors
Full Changelog: 0.4.0...v0.5.0
Added Support for Django3.2
What's Changed
- BOM-2871: Add django 3.2 support by @UsamaSadiq in https://github.com/edx/xblock-sdk/pull/208
- Install acid-xblock from PyPI by @mzulqarnain1 in https://github.com/edx/xblock-sdk/pull/200
- feat: Added upgrade-python-requirements workflow by @Jawayria in https://github.com/edx/xblock-sdk/pull/202
Full Changelog: edx/xblock-sdk@0.3.0...0.4.0
Drop Python 3.5 Support
- Upgraded Code To Python 3.8 Standards
- Upgraded dependencies to Python 3.8
- Dropped Python 3.5 Support
- Added Testing For Django 3.0
Remove usages of package six
Merge pull request #189 from edx/usamasadiq/bom-1951-remove-six Removed all usages of package six
Include tests folder in package
Include tests folder in package
Release to PyPI
Releasing this package on PyPI.
In future you can install this package using pip install xblock-sdk
Added Python 3.8 compatibility
- Removed Python 2.7 compatibility
- Added Python 3.8 compatibility
- Removed compatibility for Django versions < 2.2
v0.1.8
v0.1.7 Django22 Support
Merge pull request #165 from edx/BOM-1044-Django22-Support BOM-1044 Django22 Support