Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit c003359

Browse files
committed
[1.9.x] Bumped version for 1.9.2 release.
1 parent 715cc35 commit c003359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.utils.version import get_version
22

3-
VERSION = (1, 9, 2, 'alpha', 0)
3+
VERSION = (1, 9, 2, 'final', 0)
44

55
__version__ = get_version(VERSION)
66

0 commit comments

Comments
 (0)