view roundup/anypy/__init__.py @ 5495:e7ff655d0d71

temporarily disable gpg on CI test enironment
author Christof Meerwald <cmeerw@cmeerw.org>
date Sun, 12 Aug 2018 16:44:41 +0100
parents 868db43b302a
children
line wrap: on
line source

"""
roundup.anypy - compatibility layer for any Python 2.3+
"""
VERSION = '.'.join(map(str,
                       (0,
                        3,
                        )))

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