From 726f2bdc7e22f8b6fbbb19a2be117c92f10d4e46 Mon Sep 17 00:00:00 2001 From: nlwach <56191503+nlwach@users.noreply.github.com> Date: Sat, 23 Apr 2022 20:19:29 +0200 Subject: [PATCH] bump version (0.3.5rc5) --- gcampus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcampus/__init__.py b/gcampus/__init__.py index 3bf99e4b..7482e8e6 100644 --- a/gcampus/__init__.py +++ b/gcampus/__init__.py @@ -15,5 +15,5 @@ from django.utils.version import get_version -VERSION = (0, 3, 5, "rc", 4) +VERSION = (0, 3, 5, "rc", 5) __version__ = get_version(VERSION)