Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyomahony committed Jul 30, 2021
1 parent 26fdf04 commit 2834f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagedown/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import django

VERSION = ('2', '2', '0')
VERSION = ('2', '2', '1')

if django.VERSION < (3, 2):
default_app_config = 'pagedown.apps.PagedownConfig'

0 comments on commit 2834f45

Please sign in to comment.