Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Commit 4e31334

Browse files
committed
Merge tag 'v8.0.0' into develop
Changes: - Added: Add support for python 3.12 (@marteinn) - Added: Add support for django 4.2 (@marteinn) - Added: Add support for django 5.0 (@marteinn) - Fixed: Add pyproject.toml - Fixed: Add ruff linter - Fixed: Upgrade python version to 3.12 in example - Fixed: Fix install issue with netcat in example - Removed: Drop support for django 4.0 - Removed: Drop support for django 4.1 (@marteinn) - Removed: Drop support for python 3.7 (@marteinn)
2 parents 94825aa + 60cd4ef commit 4e31334

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
### Changed
10+
### Fixed
11+
### Removed
12+
13+
## [8.0.0] - 2023-12-30
814

915
### Added
1016
- Add support for python 3.12 (@marteinn)
1117
- Add support for django 4.2 (@marteinn)
1218
- Add support for django 5.0 (@marteinn)
1319

14-
### Changed
1520
### Fixed
1621
- Add pyproject.toml
1722
- Add ruff linter

django_react_templatetags/__init__.py

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

99
__title__ = "django_react_templatetags"
10-
__version__ = "7.0.1"
11-
__build__ = 701
10+
__version__ = "8.0.0"
11+
__build__ = 702
1212
__author__ = "Martin Sandström"
1313
__license__ = "MIT"
1414
__copyright__ = "Copyright 2015-2024 Fröjd Interactive"

0 commit comments

Comments
 (0)