Skip to content

Commit 3a1dcbd

Browse files
authored
Merge pull request #68 from overhangio/teak
2 parents 1ad6977 + c79fc2d commit 3a1dcbd

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ instructions, because git commits are used to generate release notes:
1919

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

22+
<a id='changelog-20.0.0'></a>
23+
## v20.0.0 (2025-06-05)
24+
25+
- [Bugfix] Fix crashing of LMS init job due to `FORUM_MONGODB_CLIENT_PARAMETERS` containing username/password with `None` values. (by @kaustavb12)
26+
27+
- [Improvement] Migrate packaging from setup.py/setuptools to pyproject.toml/hatch. (by rehmansheikh222)
28+
- For more details view tutor core PR: https://github.com/overhangio/tutor/pull/1163
29+
30+
- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz)
31+
32+
- 💥[Feature] Upgrade to Teak (by @dawoudsheraz)
33+
2234
<a id='changelog-19.0.0'></a>
2335
## v19.0.0 (2024-12-09)
2436

changelog.d/20241230_144042_kaustav_do_not_set_null_creds.md

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

changelog.d/20250303_145520_abdul.rehman02_release.md

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

changelog.d/20250312_113849_dawoud.sheraz_fix_hatch_build.md

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ classifiers = [
2727
"Programming Language :: Python :: 3.12",
2828
]
2929
dependencies = [
30-
"tutor>=19.0.0,<20.0.0"
30+
"tutor>=20.0.0,<21.0.0"
3131
]
3232

3333
# these fields will be set by hatch_build.py
3434
dynamic = ["version"]
3535

3636
[project.optional-dependencies]
3737
dev = [
38-
"tutor[dev]>=19.0.0,<20.0.0",
38+
"tutor[dev]>=20.0.0,<21.0.0",
3939
"pylint",
4040
"black"
4141
]

tutorforum/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "19.0.0"
1+
__version__ = "20.0.0"

0 commit comments

Comments
 (0)