Changeset 4545
- Timestamp:
- 04/29/08 06:42:39 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/ToscaWidgetsForms/trunk/tw/forms/release.py
r4540 r4545 1 from datetime import date 1 2 __all__ = [ 2 3 '__VERSION__', … … 11 12 __AUTHOR__ = "Alberto Valverde Gonzalez" 12 13 __EMAIL__ = "alberto@toscat.net" 13 __COPYRIGHT__ = "2006- 2007 Alberto Valverde Gonzalez and contributors"14 __COPYRIGHT__ = "2006-%d Alberto Valverde Gonzalez and contributors" % date.today().year 14 15 __LICENSE__ = "MIT"