File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
django_react_templatetags Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ### Added
10+ ### Changed
11+ ### Fixed
12+ ### Removed
13+
14+ ## [ 7.0.1] - 2023-01-07
15+
916### Added
1017- Add changelog
1118
12- ### Changed
1319### Fixed
1420- Add python 3.11 support (@marteinn )
1521- Add django 4.1 support (@marteinn )
1622- Fix invalid assert (code-review-doctor)
1723
18- ### Removed
19-
2024## [ 7.0.0] - 2022-01-04
2125
2226### Fixed
Original file line number Diff line number Diff line change 77"""
88
99__title__ = "django_react_templatetags"
10- __version__ = "7.0.0 "
11- __build__ = 700
10+ __version__ = "7.0.1 "
11+ __build__ = 701
1212__author__ = "Martin Sandström"
1313__license__ = "MIT"
14- __copyright__ = "Copyright 2015-2021 Fröjd Interactive"
14+ __copyright__ = "Copyright 2015-2022 Fröjd Interactive"
You can’t perform that action at this time.
0 commit comments