Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
build: bump version to 1.3.0
Browse files Browse the repository at this point in the history
also, adds a changelog entry, including some missing
changes from the past few releases, and fixes the date
of the 1.2.0 release.
  • Loading branch information
kdmccormick committed Feb 22, 2023
1 parent 769d380 commit fecfbef
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
29 changes: 23 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,21 @@ Unreleased

*

[1.1.0] - 2021-10-25
[1.3.0] - 2023-02-06
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Added
_____

* Move apps/api to apps/rest_api.
* Copy edx-platform/openedx/core/lib/blockstore_api to blockstore/apps/api.
This code has been copied over so it is easier to review the Python API
implementation in development.
* Make code into an installable package.
* Adds support for installing this package as a wheel (``pip install openedx-blockstore``) rather than having to use editable mode (``pip install -e ./blockstore``).

Changed
_______

* Fixes a bug where a new bundle's collection could not be set via Django admin.
* Various configuration and build tooling fixes. See commit log of 1.2.0...1.3.0 for full details.



[1.2.0] - 2021-01-25
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -40,3 +44,16 @@ Changed
_______

* Updates the Python API to use the models directly.

[1.1.0] - 2021-10-25
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Added
_____

* Move apps/api to apps/rest_api.
* Copy edx-platform/openedx/core/lib/blockstore_api to blockstore/apps/api.
This code has been copied over so it is easier to review the Python API
implementation in development.
* Make code into an installable package.

2 changes: 1 addition & 1 deletion blockstore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Blockstore is a system for storing educational content.
"""

__version__ = '1.2.6'
__version__ = '1.3.0'

0 comments on commit fecfbef

Please sign in to comment.