diff --git a/ChangeLog b/ChangeLog index a67adfc..633da22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2008-01-05 Jan Dittberner - * setup.py: set version for release 0.7.0 + * setup.py: set version for release 0.7.0 + set trunk version to 0.8.0a1 * btn4ws.py: switch to non gimpfu gimpplugin, GtkAssistant GUI, get interactive functionallity completed, store settings in diff --git a/btn4ws.py b/btn4ws.py index 79f5fe6..42451f5 100644 --- a/btn4ws.py +++ b/btn4ws.py @@ -38,7 +38,7 @@ from gimpenums import * from gimpshelf import shelf pdb = gimp.pdb -btn4ws_version = "0.7.0" +btn4ws_version = "0.8.0" logging.basicConfig(level=logging.DEBUG, format='%(asctime)s %(levelname)s %(message)s', diff --git a/setup.py b/setup.py index 02a24cb..a220b52 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ from distutils.core import setup setup(name='btn4ws', - version='0.7.0', + version='0.8.0a1', description='Buttons for websites GIMP plugin', author='Jan Dittberner', author_email='jan@dittberner.info',