Skip to content

Commit 5c967e6

Browse files
committed
v19.0.4
1 parent 41c33d3 commit 5c967e6

5 files changed

Lines changed: 8 additions & 4 deletions

CHANGELOG.md

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

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

23+
<a id='changelog-19.0.4'></a>
24+
## v19.0.4 (2025-05-27)
25+
26+
- [Improvement] When running `local/dev start/run`, run `dev/local stop` less frequently. Also, make sure that we detect only running docker compose projects associated to Tutor. (by @regisb)
27+
- [Improvement] Do not wait for non-tutor jobs while running k8s. (by @mlabeeb03)
28+
- [Bugfix] Support plugin installation with unexpected `pip` path and/or uv. (by @regisb)
29+
2330
<a id='changelog-19.0.3'></a>
2431
## v19.0.3 (2025-05-19)
2532

changelog.d/20250513_150323_regis_stop_on_start.md

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

changelog.d/20250514_161945_muhammad.labeeb_only_filter_tutor_jobs_in_k8s.md

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

changelog.d/20250527_092311_regis_plugin_install_without_pip.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__ = "19.0.3"
5+
__version__ = "19.0.4"
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)