Skip to content

Commit

Permalink
Bump version to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marteinn committed Dec 30, 2023
1 parent 94825aa commit 0e153f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
### Changed
### Fixed
### Removed

## [8.0.0] - 2023-12-30

### Added
- Add support for python 3.12 (@marteinn)
- Add support for django 4.2 (@marteinn)
- Add support for django 5.0 (@marteinn)

### Changed
### Fixed
- Add pyproject.toml
- Add ruff linter
Expand Down
4 changes: 2 additions & 2 deletions django_react_templatetags/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"""

__title__ = "django_react_templatetags"
__version__ = "7.0.1"
__build__ = 701
__version__ = "8.0.0"
__build__ = 702
__author__ = "Martin Sandström"
__license__ = "MIT"
__copyright__ = "Copyright 2015-2024 Fröjd Interactive"

0 comments on commit 0e153f8

Please sign in to comment.