parent
6e3931983a
commit
d6088e1d97
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
4
setup.py
4
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 <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',
|
||||
|
|
Loading…
Reference in a new issue