diff roundup/anypy/__init__.py @ 4994:868db43b302a

Remove anypy.sets_ The anypy.sets_ package module is no longer used in the roundup codebase because python v2.4 is no longer supported. The anypy VERSION has been bumped to 0.3 to reflect this removal, but the version has probably never changed when other features were added in the past so this bump may be pointless.
author John Kristensen <john@jerrykan.com>
date Thu, 08 May 2014 18:44:29 +1000
parents 9ba03348f923
children
line wrap: on
line diff
--- a/roundup/anypy/__init__.py	Wed Jul 01 16:11:12 2015 +0200
+++ b/roundup/anypy/__init__.py	Thu May 08 18:44:29 2014 +1000
@@ -3,5 +3,5 @@
 """
 VERSION = '.'.join(map(str,
                        (0,
-                        2,  # set_
+                        3,
                         )))

Roundup Issue Tracker: http://roundup-tracker.org/