* set version to 0.7.0
This commit is contained in:
Jan Dittberner 2008-01-05 22:23:09 +00:00
parent 6e3931983a
commit d6088e1d97
2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -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 <jan@dittberner.info>
@ -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',