Skip to content
Snippets Groups Projects
Commit 066f26fe authored by Tim Graham's avatar Tim Graham
Browse files

[2.1.x] Bumped version for 2.1.5 release.

parent 64d2396e
No related branches found
Tags 2.1.5
No related merge requests found
from django.utils.version import get_version
VERSION = (2, 1, 5, 'alpha', 0)
VERSION = (2, 1, 5, 'final', 0)
__version__ = get_version(VERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment