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
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Added
10
+ ### Changed
11
+ ### Fixed
12
+ ### Removed
13
+
14
+ ## [ 7.0.1] - 2023-01-07
15
+
9
16
### Added
10
17
- Add changelog
11
18
12
- ### Changed
13
19
### Fixed
14
20
- Add python 3.11 support (@marteinn )
15
21
- Add django 4.1 support (@marteinn )
16
22
- Fix invalid assert (code-review-doctor)
17
23
18
- ### Removed
19
-
20
24
## [ 7.0.0] - 2022-01-04
21
25
22
26
### Fixed
Original file line number Diff line number Diff line change 7
7
"""
8
8
9
9
__title__ = "django_react_templatetags"
10
- __version__ = "7.0.0 "
11
- __build__ = 700
10
+ __version__ = "7.0.1 "
11
+ __build__ = 701
12
12
__author__ = "Martin Sandström"
13
13
__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