Skip to content

Releases: openedx/xblock-sdk

v0.5.1

31 Jan 08:03
b8c17c5
Compare
Choose a tag to compare

What's Changed

  • Bump version for the release by @aht007 in #218
  • Includes all the changes that were part of v0.5.0 and that release didn't end up on PyPi.\

Full Changelog: v0.5.0...v0.5.1

v0.5.0

31 Jan 07:45
48d38d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...v0.5.0

Added Support for Django3.2

06 Oct 09:01
73ad1fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: edx/xblock-sdk@0.3.0...0.4.0

Drop Python 3.5 Support

30 Apr 12:37
e562d96
Compare
Choose a tag to compare
  • 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

30 Jul 09:06
8d3956c
Compare
Choose a tag to compare
Merge pull request #189 from edx/usamasadiq/bom-1951-remove-six

Removed all usages of package six

Include tests folder in package

29 Jul 13:15
5276ee9
Compare
Choose a tag to compare

Include tests folder in package

Release to PyPI

12 Jun 11:51
00498f6
Compare
Choose a tag to compare

Releasing this package on PyPI.
In future you can install this package using pip install xblock-sdk

Added Python 3.8 compatibility

07 May 09:02
446e979
Compare
Choose a tag to compare
  • Removed Python 2.7 compatibility
  • Added Python 3.8 compatibility
  • Removed compatibility for Django versions < 2.2

v0.1.8

17 Mar 18:07
e3d8f2a
Compare
Choose a tag to compare

Updated requirements to fix pip-compile issues

v0.1.7 Django22 Support

28 Nov 11:51
c541e4f
Compare
Choose a tag to compare
Merge pull request #165 from edx/BOM-1044-Django22-Support

BOM-1044 Django22 Support