Skip to content

Commit 3f45344

Browse files
authored
v20.0.3 (#1309)
1 parent 057aead commit 3f45344

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ instructions, because git commits are used to generate release notes:
2020

2121
<!-- scriv-insert-here -->
2222

23+
<a id='changelog-20.0.3'></a>
24+
## v20.0.3 (2025-12-03)
25+
26+
- [Bugfix] Fix packaging issue where a stray `venv/` directory was included in the source distribution (sdist)
27+
for previous releases. The build configuration now correctly excludes the `venv/` folder from package archives. (by @ahmed-arb)
28+
29+
- [Feature] Add tutor livedeps to the list of plugins available by default. (by @mlabeeb03)
30+
31+
- [Feature] Update OPENEDX_COMMON_VERSION to teak.3 tag (by @ahmed-arb)
32+
2333
<a id='changelog-20.0.2'></a>
2434
## v20.0.2 (2025-10-20)
2535

changelog.d/20251104_183216_ahmed.khalid_ulmo.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/20251107_173955_mlabeeb03_add_livedeps.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20251203_125947_ahmed.khalid_release.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
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__ = "20.0.2"
5+
__version__ = "20.0.3"
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)