Mercurial > p > roundup > code
diff roundup/__init__.py @ 3724:b4d655b2aacf
E-mail subject line prefix delimiter configuration was being ignored
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 05 Oct 2006 23:08:21 +0000 |
| parents | 14e3bfec5e4a |
| children | 04dee2ac29e2 |
line wrap: on
line diff
--- a/roundup/__init__.py Thu Oct 05 21:14:57 2006 +0000 +++ b/roundup/__init__.py Thu Oct 05 23:08:21 2006 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: __init__.py,v 1.40 2006-10-04 03:52:36 richard Exp $ +# $Id: __init__.py,v 1.41 2006-10-05 23:08:20 richard Exp $ '''Roundup - issue tracking for knowledge workers. @@ -68,6 +68,6 @@ ''' __docformat__ = 'restructuredtext' -__version__ = '1.2.0' +__version__ = '1.2.1' # vim: set filetype=python ts=4 sw=4 et si
