Show
Ignore:
Timestamp:
06/20/10 23:12:51 (2 years ago)
Author:
mauro
Message:

plone 4.x

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plone4biotheme.base/trunk/setup.py

    r103 r148  
    22import os 
    33 
    4 version = '1.0.0' 
     4version = '1.1.0' 
    55 
    66setup(name='plone4biotheme.base', 
    77      version=version, 
    8       description="An installable theme for Plone 3.0", 
     8      description="An installable theme for Plone 4.0", 
    99      long_description=open("README.txt").read() + "\n" + 
    1010                       open(os.path.join("docs", "HISTORY.txt")).read(),