Wed, 27 Jun 2018 18:53:31 +0200
Prepared plugin file and changelog for a new release.
ChangeLog | file | annotate | diff | comparison | revisions | |
PluginProjectDjango.py | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Wed Jun 27 18:52:13 2018 +0200 +++ b/ChangeLog Wed Jun 27 18:53:31 2018 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 5.2.1: +- updated Russian translations + Version 5.2.0: - bug fixes - changed to use virtual environments manager as of eric 18.07
--- a/PluginProjectDjango.py Wed Jun 27 18:52:13 2018 +0200 +++ b/PluginProjectDjango.py Wed Jun 27 18:53:31 2018 +0200 @@ -28,7 +28,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.2.0" +version = "5.2.1" className = "ProjectDjangoPlugin" packageName = "ProjectDjango" shortDescription = "Project support for Django projects."