- Timestamp:
- 22 Feb 2014, 15:21:57 (11 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk
- Property svn:mergeinfo changed
/main/waeup.kofa/branches/0.2 (added) merged: 10889,10896,10909,11161-11163,11167
- Property svn:mergeinfo changed
-
main/waeup.kofa/trunk/CHANGES.txt
r7808 r11253 1 1 Changes 2 2 ******* 3 4 0.2.2dev (unreleased) 5 ===================== 6 7 * No changes yet. 8 9 10 0.2.1 (2014-02-21) 11 ================== 12 13 * Send mails to from-address, if site-wide config admin is 14 different from it. 15 16 * Change flash message for successful applicants. 17 18 * Use more attributes of applicants with payer objects. 19 20 * Update copyright infos (year). 21 22 * Localization updates. 23 24 25 0.2 (2014-01-09) 26 ================ 27 28 Tons of changes. 29 3 30 4 31 0.1 (unreleased) -
main/waeup.kofa/trunk/setup.py
r10183 r11253 2 2 from setuptools import setup, find_packages 3 3 4 version = '0.2 dev'4 version = '0.2.2dev' 5 5 6 6 install_requires =[
Note: See TracChangeset for help on using the changeset viewer.