diff --git a/ChangeLog b/ChangeLog index 52348c4..a67adfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-01-05 Jan Dittberner + * setup.py: set version for release 0.7.0 + * btn4ws.py: switch to non gimpfu gimpplugin, GtkAssistant GUI, get interactive functionallity completed, store settings in btn4wsrc diff --git a/setup.py b/setup.py index 5b60357..02a24cb 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- # This is the distutils setup file for btn4ws. # # Copyright (c) 2007 Jan Dittberner @@ -26,7 +26,7 @@ from distutils.core import setup setup(name='btn4ws', - version='0.7.0a1', + version='0.7.0', description='Buttons for websites GIMP plugin', author='Jan Dittberner', author_email='jan@dittberner.info',