Skip to content

Commit

Permalink
Port HTMLParseError and bump to 1.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sbollie authored and thebarbershop committed May 14, 2020
1 parent 0530918 commit 6c0e110
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from django.utils.version import get_version

VERSION = (1, 8, 19, 'final', 0)
VERSION = (1, 8, 20, 'final', 0)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 6c0e110

Please sign in to comment.