Skip to content

Commit 6f6dcde

Browse files
committed
Bump version to 7.0.1
1 parent 9479334 commit 6f6dcde

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

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__ = "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"

0 commit comments

Comments
 (0)