Code

PGP support is again working (pyme API has changed significantly) and we
[roundup.git] / roundup / __init__.py
index f2abcc02765aca39c31fae680e2071ee0a42bed4..efe6073cc1772595dc9dc372a8d4ef93b42e4f3a 100644 (file)
@@ -14,8 +14,8 @@
 # FOR A PARTICULAR PURPOSE.  THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
-# 
-# $Id: __init__.py,v 1.27 2004-02-11 23:55:08 richard Exp $
+#
+# $Id: __init__.py,v 1.54 2008-09-01 01:58:32 richard Exp $
 
 '''Roundup - issue tracking for knowledge workers.
 
@@ -27,14 +27,14 @@ Roundup manages a number of issues (with properties such as
 new issues, (b) find and edit existing issues, and (c) discuss issues with
 other participants. The system will facilitate communication among the
 participants by managing discussions and notifying interested parties when
-issues are edited. 
+issues are edited.
 
 Roundup's structure is that of a cake::
 
   _________________________________________________________________________
  |  E-mail Client   |   Web Browser   |   Detector Scripts   |    Shell    |
  |------------------+-----------------+----------------------+-------------|
- |   E-mail User    |    Web User     |      Detector        |   Command   | 
+ |   E-mail User    |    Web User     |      Detector        |   Command   |
  |-------------------------------------------------------------------------|
  |                         Roundup Database Layer                          |
  |-------------------------------------------------------------------------|
@@ -68,6 +68,6 @@ much prettier cake :)
 '''
 __docformat__ = 'restructuredtext'
 
-__version__ = '0.7.0b1'
+__version__ = '1.4.19'
 
 # vim: set filetype=python ts=4 sw=4 et si