Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
[1.9.x] Bumped version for 1.9.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Aug 1, 2016
1 parent f65d432 commit e8bb746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.utils.version import get_version

VERSION = (1, 9, 9, 'alpha', 0)
VERSION = (1, 9, 9, 'final', 0)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit e8bb746

Please sign in to comment.