Changeset 652
- Timestamp:
- 01/05/10 04:28:51 (2 years ago)
- Location:
- enpraxis.educommons/trunk
- Files:
-
- 3 modified
-
enpraxis/educommons/configure.zcml (modified) (1 diff)
-
enpraxis/educommons/version.txt (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
enpraxis.educommons/trunk/enpraxis/educommons/configure.zcml
r639 r652 25 25 26 26 <genericsetup:upgradeStep 27 title="Migration :: 3.2.1 to 3.2.2-eng ineering"28 description="Migrates eduCommons from version 3.2.1 to 3.2.2-eng ineering"27 title="Migration :: 3.2.1 to 3.2.2-eng" 28 description="Migrates eduCommons from version 3.2.1 to 3.2.2-eng" 29 29 source="3.1.1" 30 30 destination="3.2.2" -
enpraxis.educommons/trunk/enpraxis/educommons/version.txt
r634 r652 1 3.2.2 .-engineering1 3.2.2-eng 2 2 3 4 5 -
enpraxis.educommons/trunk/setup.py
r568 r652 23 23 from setuptools import setup, find_packages 24 24 25 version = '3.2. 1-final'25 version = '3.2.2.eng' 26 26 27 27 setup(name='enpraxis.educommons',
