Skip to content

Commit 0e153f8

Browse files
committed
Bump version to 8.0.0
1 parent 94825aa commit 0e153f8

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)