From 2750ca9bae12bb32c332224dd4b05083c411a11b Mon Sep 17 00:00:00 2001 From: Miguel Barão Date: Tue, 5 Nov 2019 23:40:53 +0000 Subject: [PATCH] version bump --- aprendizations/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprendizations/__init__.py b/aprendizations/__init__.py index f7ada44..e06f129 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.11.dev1' +APP_VERSION = '2019.11.dev2' APP_DESCRIPTION = __doc__ __author__ = 'Miguel Barão' -- libgit2 0.21.2