Commit f23c0e874070b5f9ff3e1813afe9d94b7cfd5a9c

Authored by Miguel Barão
2 parents 1ab9d6ba dd14fa59
Exists in master and in 1 other branch dev

Merge branch 'master' into dev

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
aprendizations/__init__.py
... ... @@ -30,7 +30,7 @@ are progressively uncovered as the students progress.
30 30 '''
31 31  
32 32 APP_NAME = 'aprendizations'
33   -APP_VERSION = '2019.05.dev1'
  33 +APP_VERSION = '2019.05.dev2'
34 34 APP_DESCRIPTION = __doc__
35 35  
36 36 __author__ = 'Miguel Barão'
... ...