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

[1.8.x] Bumped version for 1.8.12 release.

parent 539302ee
No related branches found
Tags 1.8.12
1 merge request!3WIP: Don't quote names for Postgres to use case-insensitive semantics
from django.utils.version import get_version
VERSION = (1, 8, 12, 'alpha', 0)
VERSION = (1, 8, 12, '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