Changeset 11499 for main/waeup.aaua
- Timestamp:
- 14 Mar 2014, 05:53:03 (11 years ago)
- Location:
- main/waeup.aaua/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaua/trunk/CHANGES.txt
r11454 r11499 2 2 ******* 3 3 4 1.0.1dev (unreleased) 5 ===================== 4 1.1 (2014-03-14) 5 ================ 6 7 * Back-to links replaced by animated jQuery plugins. 6 8 7 9 * Apply _isPaymentDisabled method. -
main/waeup.aaua/trunk/buildout.cfg
r11322 r11499 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.aaua/trunk/setup.py
r11406 r11499 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.