diff -r 001e2a4e8677 -r bceb78c1b1f0 PluginProjectDjango.py --- a/PluginProjectDjango.py Mon Aug 15 17:36:22 2016 +0200 +++ b/PluginProjectDjango.py Mon Aug 15 17:41:36 2016 +0200 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 - 2015 Detlev Offenbach <detlev@die-offenbachs.de> +# Copyright (c) 2013 - 2016 Detlev Offenbach <detlev@die-offenbachs.de> # """ @@ -28,7 +28,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "4.0.2" +version = "4.0.3" className = "ProjectDjangoPlugin" packageName = "ProjectDjango" shortDescription = "Project support for Django projects."