Skip to content

Commit

Permalink
chore: release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresdn committed Sep 2, 2024
1 parent 8f18d5e commit d0b531f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` release.

## v1.7.0 (2024-09-01)
## 1.7.1 (2024-09-01)

## What's Changed
* Restore backward compatibility for Attribute creation with invalid slugs by @Dresdn in https://github.com/jazzband/django-eav2/pull/639

## 1.7.0 (2024-09-01)

### What's Changed

- Enhance slug validation for Python identifier compliance
- Migrate to ruff
- Drop support for Django 3.2
- Add support for Django 5.1

## 1.6.1 (2024-06-23)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "django-eav2"
description = "Entity-Attribute-Value storage for Django"
version = "1.7.0"
version = "1.7.1"
license = "GNU Lesser General Public License (LGPL), Version 3"
packages = [
{ include = "eav" }
Expand Down

0 comments on commit d0b531f

Please sign in to comment.