From 51a98c07741ba3809a8430c2a9d630167ccdb418 Mon Sep 17 00:00:00 2001 From: Jillian Vogel Date: Wed, 30 Oct 2024 08:38:16 +1030 Subject: [PATCH] chore: bump version to support tutor-forum v2 --- tutor/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutor/__about__.py b/tutor/__about__.py index 773f60ec3b..5ec99189d7 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.3" +__version__ = "19.0.1" # 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