Thu, 30 Apr 2015 18:54:48 +0200
First stable release.
ChangeLog | file | annotate | diff | comparison | revisions | |
PluginProjectWeb.py | file | annotate | diff | comparison | revisions | |
PluginProjectWeb.zip | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Wed Mar 18 19:08:03 2015 +0100 +++ b/ChangeLog Thu Apr 30 18:54:48 2015 +0200 @@ -1,4 +1,7 @@ ChangeLog --------- +Version 1.0.0 +- first stable release + Version 0.1.0 - first development release
--- a/PluginProjectWeb.py Wed Mar 18 19:08:03 2015 +0100 +++ b/PluginProjectWeb.py Thu Apr 30 18:54:48 2015 +0200 @@ -30,7 +30,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "0.1.0" +version = "1.0.0" className = "ProjectWebPlugin" packageName = "ProjectWeb" shortDescription = "Support for Web projects and web related tools."