From dd14fa59441bf1b4230613607d185c55c17f65ae Mon Sep 17 00:00:00 2001 From: Miguel Barão Date: Wed, 8 May 2019 23:09:39 +0100 Subject: [PATCH] version bump to 2019.05.dev2 --- aprendizations/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprendizations/__init__.py b/aprendizations/__init__.py index 1e2ee2f..5e140be 100644 --- a/aprendizations/__init__.py +++ b/aprendizations/__init__.py @@ -30,7 +30,7 @@ are progressively uncovered as the students progress. ''' APP_NAME = 'aprendizations' -APP_VERSION = '2019.05.dev1' +APP_VERSION = '2019.05.dev2' APP_DESCRIPTION = __doc__ __author__ = 'Miguel Barão' -- libgit2 0.21.2