From d6088e1d97a31bc3a54d0780fdbd4309b3a19bc8 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sat, 5 Jan 2008 22:23:09 +0000 Subject: [PATCH] addresses #10 * set version to 0.7.0 --- ChangeLog | 2 ++ setup.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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',