From 0de72c65d6032cdb536cf13e757cea95f3f3874c Mon Sep 17 00:00:00 2001 From: Juan David Buitrago Date: Fri, 14 Jul 2023 11:32:14 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2015.1.0=20=E2=86=92=2015.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- tutorcodejail/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index d8b1df3..d5a31d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 15.1.0 +current_version = 15.2.0 commit = True tag = True diff --git a/tutorcodejail/__about__.py b/tutorcodejail/__about__.py index afa189a..5001ba3 100644 --- a/tutorcodejail/__about__.py +++ b/tutorcodejail/__about__.py @@ -1,2 +1,2 @@ """Helps you keep your cool when creating dozens of open edX and eduNEXT environments.""" -__version__ = "15.1.0" +__version__ = "15.2.0"