Changeset 185 for plone4biotheme.base/trunk
- Timestamp:
- 10/04/10 22:19:21 (20 months ago)
- Location:
- plone4biotheme.base/trunk
- Files:
-
- 3 modified
-
MANIFEST.in (modified) (1 diff)
-
plone4biotheme/base/profiles/default/metadata.xml (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plone4biotheme.base/trunk/MANIFEST.in
r65 r185 1 1 recursive-include plone4biotheme * 2 global-exclude *pyc 2 recursive-include docs *.txt 3 global-exclude *.pyc *.pyo *.mo -
plone4biotheme.base/trunk/plone4biotheme/base/profiles/default/metadata.xml
r148 r185 1 1 <?xml version="1.0"?> 2 2 <metadata> 3 <version>1.1.0 </version>3 <version>1.1.0rc1</version> 4 4 </metadata> -
plone4biotheme.base/trunk/setup.py
r148 r185 2 2 import os 3 3 4 version = '1.1.0 '4 version = '1.1.0rc1' 5 5 6 6 setup(name='plone4biotheme.base',
