Changeset 11489 for main/waeup.futminna
- Timestamp:
- 13 Mar 2014, 06:54:15 (11 years ago)
- Location:
- main/waeup.futminna/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk/CHANGES.txt
r11469 r11489 2 2 ******* 3 3 4 1.0.1dev (unreleased) 5 ===================== 4 1.1 (2014-03-13) 5 ================ 6 7 * Custom package released. 6 8 7 9 * Back-to links replaced by animated jQuery plugins. -
main/waeup.futminna/trunk/buildout.cfg
r11398 r11489 44 44 45 45 [sources] 46 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/t runk47 kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/t runk46 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/tags/1.1 47 kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/tags/1.0 48 48 49 49 [kofa_params] -
main/waeup.futminna/trunk/setup.py
r11398 r11489 2 2 from setuptools import setup, find_packages 3 3 4 version = '1. 0dev'4 version = '1.1' 5 5 6 6 install_requires =[ … … 9 9 'grokui.admin', 10 10 'grokcore.startup', 11 'waeup.kofa >= 1. 0',11 'waeup.kofa >= 1.1', 12 12 'kofacustom.nigeria >= 1.0', 13 13 ],
Note: See TracChangeset for help on using the changeset viewer.