Sun, 03 Feb 2013 17:00:08 +0100
Prepared first stable release (1.0.0).
ChangeLog | file | annotate | diff | comparison | revisions | |
PluginProjectPyramid.py | file | annotate | diff | comparison | revisions | |
PluginProjectPyramid.zip | file | annotate | diff | comparison | revisions | |
PluginPyramid.e4p | file | annotate | diff | comparison | revisions |
diff -r d20f7218d53c -r 1d8e5f67ded1 ChangeLog --- a/ChangeLog Wed Jan 02 10:54:20 2013 +0100 +++ b/ChangeLog Sun Feb 03 17:00:08 2013 +0100 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 1.0.0 +- first stable release + Version 0.4.0 - bug fix related to uninstalling the plug-in via the external plug-in uninstaller
diff -r d20f7218d53c -r 1d8e5f67ded1 PluginProjectPyramid.py --- a/PluginProjectPyramid.py Wed Jan 02 10:54:20 2013 +0100 +++ b/PluginProjectPyramid.py Sun Feb 03 17:00:08 2013 +0100 @@ -29,7 +29,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "0.4.0" +version = "1.0.0" className = "ProjectPyramidPlugin" packageName = "ProjectPyramid" shortDescription = "Project support for Pyramid projects."
diff -r d20f7218d53c -r 1d8e5f67ded1 PluginProjectPyramid.zip Binary file PluginProjectPyramid.zip has changed
diff -r d20f7218d53c -r 1d8e5f67ded1 PluginPyramid.e4p --- a/PluginPyramid.e4p Wed Jan 02 10:54:20 2013 +0100 +++ b/PluginPyramid.e4p Sun Feb 03 17:00:08 2013 +0100 @@ -7,7 +7,7 @@ <ProgLanguage mixed="0">Python3</ProgLanguage> <ProjectType>E4Plugin</ProjectType> <Description>Plugin implementing support for Pyramid projects.</Description> - <Version>0.1</Version> + <Version>1.0.0</Version> <Author>Detlev Offenbach</Author> <Email>detlev@die-offenbachs.de</Email> <TranslationPattern>ProjectPyramid/i18n/pyramid_%language%.ts</TranslationPattern>