Skip to content

Commit

Permalink
v14.2.1 (2022-11-24)
Browse files Browse the repository at this point in the history
- [Improvement] Auto-completion of `plugins` and `config` arguments: `plugins enable/disable NAME`, `plugins install PATH`, `config save --set KEY=VAL`, `config save --unset KEY`, `config printvalue KEY`. (by @regisb)
- [Bugfix] Fix minimum click version (>= 8.0.0) when installing tutor from pip.
- [Improvement] Enable CORS by default for both LMS and CMS by moving those settings to the `common_all` partial. (by @arbrandes)
  • Loading branch information
regisb committed Nov 24, 2022
1 parent 04258b9 commit c9ac12f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ instructions, because git commits are used to generate release notes:

<!-- scriv-insert-here -->

## Unreleased
<a id='changelog-14.2.0'></a>
## v14.2.1 (2022-11-24)

- [Improvement] Auto-completion of `plugins` and `config` arguments: `plugins enable/disable NAME`, `plugins install PATH`, `config save --set KEY=VAL`, `config save --unset KEY`, `config printvalue KEY`. (by @regisb)
- [Bugfix] Fix minimum click version (>= 8.0.0) when installing tutor from pip.
- [Improvement] Enable CORS by default for both LMS and CMS by moving those settings to the `common_all` partial. (by @arbrandes)

## v14.2.0 (2022-11-21)
Expand Down
1 change: 0 additions & 1 deletion changelog.d/20221124_161803_regis_HEAD.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20221124_162326_regis.md

This file was deleted.

2 changes: 1 addition & 1 deletion tutor/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
__version__ = "14.2.0"
__version__ = "14.2.1"

# The version suffix will be appended to the actual version, separated by a
# dash. Use this suffix to differentiate between the actual released version and
Expand Down

0 comments on commit c9ac12f

Please sign in to comment.