From 02004fff0f83d35ca016eadacb4e076297adf167 Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Sat, 2 Nov 2024 13:30:17 +0330 Subject: [PATCH] v18.1.5 --- tutor/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutor/__about__.py b/tutor/__about__.py index fb9d827646..17717deacd 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -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__ = "18.1.4" +__version__ = "18.1.5" # 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