build: bump version 1.17.1 -> 1.18.0

This commit is contained in:
2025-07-03 22:55:51 +00:00
parent b73de03d27
commit 3d2d759d6b
2 changed files with 11 additions and 1 deletions

View File

@ -17,5 +17,5 @@ commitizen:
prerelease_offset: 1
tag_format: $version
update_changelog_on_bump: false
version: 1.17.1
version: 1.18.0
version_scheme: semver

View File

@ -1,3 +1,13 @@
## 1.18.0 (2025-07-03)
### feat
- **python**: upgrade django 5.1.9 -> 5.1.10
### Fixes
- **itim**: Correct config that is in the incorrect format
## 1.17.1 (2025-06-02)
### Fixes