view roundup/anypy/__init__.py @ 5991:b0940ad50f43

issue2551075 Update jinja template to bootstrap 4. Updated to 4.1.3 (current boostrap version 4.4.1). The pull request has been around for a while. (Patch: Paul Spooner; templates merged by Christof Meerwald; other merged by John Rouillard)
author John Rouillard <rouilj@ieee.org>
date Fri, 20 Dec 2019 20:47:19 -0500
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/