Skip to content

Commit

Permalink
Merge pull request #9564 from nucleogenesis/finalize-0.15.6
Browse files Browse the repository at this point in the history
Finalize 0.15.6 release & update changelog
  • Loading branch information
nucleogenesis committed Jul 18, 2022
2 parents 296ced9 + d357601 commit adf987c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

List of the most important changes for each release.

## 0.15.6

### Added
* Check node being available on filtered queryset to prevent index error. by @rtibbles in https://github.com/learningequality/kolibri/pull/9539
* Force translations in bulk export/import of user data by @jredrejo in https://github.com/learningequality/kolibri/pull/9557
* Ensure peer import and sync tasks for data and content work with servers using a prefix path by @rtibbles in https://github.com/learningequality/kolibri/pull/9533

### Changed
* Changes in 0.15.x to use kolibri with external plugins by @jredrejo in https://github.com/learningequality/kolibri/pull/9543
* Don't use multiprocessing for downloads. by @rtibbles in https://github.com/learningequality/kolibri/pull/9560

### Fixed
* Update morango and stop locking sync when db backend is postgres by @bjester in https://github.com/learningequality/kolibri/pull/9556
* Improve facility sync status reporting to users by @MisRob in https://github.com/learningequality/kolibri/pull/9541
* Fix show more of top level resources by @marcellamaki in https://github.com/learningequality/kolibri/pull/9555
* Clean up theme regressions by @rtibbles in https://github.com/learningequality/kolibri/pull/9558
* Move CACHES import into function scope to prevent side effects. by @rtibbles in https://github.com/learningequality/kolibri/pull/9561


## 0.15.5

### Overview
Expand Down
2 changes: 1 addition & 1 deletion kolibri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#: This may not be the exact version as it's subject to modification with
#: get_version() - use ``kolibri.__version__`` for the exact version string.
VERSION = (0, 15, 6, "alpha", 0)
VERSION = (0, 15, 6, "final", 0)

__author__ = "Learning Equality"
__email__ = "info@learningequality.org"
Expand Down

0 comments on commit adf987c

Please sign in to comment.