fixes #10
* set trunk version to 0.8.0a1 to prepare next planned version
This commit is contained in:
parent
d6088e1d97
commit
0c42754734
3 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
2008-01-05 Jan Dittberner <jan@dittberner.info>
|
||||
|
||||
* 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
|
||||
|
|
|
@ -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',
|
||||
|
|
2
setup.py
2
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',
|
||||
|
|
Loading…
Reference in a new issue