view roundup/anypy/__init__.py @ 5068:5b2ce5723abb

Updated _generic.404.html to use the page template so 404 errors still look like they are associated with the tracker. Added a section header to updgrading.txt for an existing change in release 1.6 since I added a new section.
author John Rouillard <rouilj@ieee.org>
date Sun, 05 Jun 2016 10:54:08 -0400
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/