Changeset 11502 for main/waeup.fceokene/trunk
- Timestamp:
- 14 Mar 2014, 06:07:07 (11 years ago)
- Location:
- main/waeup.fceokene/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/CHANGES.txt
r11468 r11502 2 2 ******* 3 3 4 1. 0.1dev (unreleased)5 ================ =====4 1.1 (2014-03-14) 5 ================ 6 6 7 7 * Back-to links replaced by animated jQuery plugins. -
main/waeup.fceokene/trunk/buildout.cfg
r11389 r11502 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.1 48 48 49 49 [kofa_params] -
main/waeup.fceokene/trunk/setup.py
r11389 r11502 2 2 from setuptools import setup, find_packages 3 3 4 version = '1. 0.1dev'4 version = '1.1' 5 5 6 6 install_requires =[
Note: See TracChangeset for help on using the changeset viewer.