Changeset 11506
- Timestamp:
- 14 Mar 2014, 06:13:27 (11 years ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/CHANGES.txt
r11478 r11506 2 2 ******* 3 3 4 1. 0.1dev (unreleased)5 ================ =====4 1.1 (2014-03-14) 5 ================ 6 6 7 7 * 07/03/2014: account numbers edited. -
main/waeup.uniben/trunk/buildout.cfg
r11392 r11506 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.uniben/trunk/setup.py
r11392 r11506 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.