Skip to content

Commit 8a305fa

Browse files
committed
v14.0.1 (2022-06-13)
- [Bugfix] Fix missing tables on migration from maple ([#689](#689)). (by @ibrmora) - [Bugfix] Fix plugin patches in cms.env.yml template.
1 parent e57e6cb commit 8a305fa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ Every user-facing change should have an entry in this changelog. Please respect
1818

1919
## Unreleased
2020

21-
- [Bugfix] Add migration to "upgrade_from_maple" function ([#689](https://github.com/overhangio/tutor/issues/689)). (by @ibrmora)
21+
## v14.0.1 (2022-06-13)
22+
23+
- [Bugfix] Fix missing tables on migration from maple ([#689](https://github.com/overhangio/tutor/issues/689)). (by @ibrmora)
24+
- [Bugfix] Fix plugin patches in cms.env.yml template.
2225

2326
## v14.0.0 (2022-06-09)
2427

tutor/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "14.0.0"
5+
__version__ = "14.0.1"
66

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

0 commit comments

Comments
 (0)