Skip to content

Commit ef7e128

Browse files
committed
Merge tag 'v7.0.0' into develop
- New: Add Django 4.0 support - New: Add Python 3.10 support - Fix: Drop Python 2 support - Fix: Drop Python 3.6 support - Fix: Drop support for EOL versions of Django (1 and 2)
2 parents b005f54 + be76387 commit ef7e128

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

django_react_templatetags/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"""
88

99
__title__ = "django_react_templatetags"
10-
__version__ = "6.0.2"
11-
__build__ = 602
10+
__version__ = "7.0.0"
11+
__build__ = 700
1212
__author__ = "Martin Sandström"
1313
__license__ = "MIT"
14-
__copyright__ = "Copyright 2015-2020 Fröjd Interactive"
14+
__copyright__ = "Copyright 2015-2021 Fröjd Interactive"

0 commit comments

Comments
 (0)