* set trunk version to 0.8.0a1 to prepare next planned version
This commit is contained in:
Jan Dittberner 2008-01-05 22:30:23 +00:00
parent d6088e1d97
commit 0c42754734
3 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
2008-01-05 Jan Dittberner <jan@dittberner.info>
* 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

View file

@ -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',

View file

@ -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',