Commit 1d9be510779e7332c75717282cde3a42f947c011

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

Merge branch 'master' into dev

aprendizations/__init__.py
... ... @@ -30,10 +30,10 @@ are progressively uncovered as the students progress.
30 30 '''
31 31  
32 32 APP_NAME = 'aprendizations'
33   -APP_VERSION = '2019.12.dev3'
  33 +APP_VERSION = '2020.01.dev1'
34 34 APP_DESCRIPTION = __doc__
35 35  
36 36 __author__ = 'Miguel Barão'
37   -__copyright__ = 'Copyright 2019, Miguel Barão'
  37 +__copyright__ = 'Copyright 2020, Miguel Barão'
38 38 __license__ = 'MIT license'
39 39 __version__ = APP_VERSION
... ...
aprendizations/templates/courses.html
... ... @@ -105,4 +105,4 @@
105 105 </div><!-- /.modal -->
106 106 </body>
107 107  
108   -</html>
109 108 \ No newline at end of file
  109 +</html>
... ...