Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Aug 23, 2023
1 parent c2137a8 commit 27612e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog

## Current version (in development)
## v0.7.0 (2023-08-23)

* Dropped support for Django 2.2.
This version fixes a bug that affects Django 3.x installations and is recommended for those users.

* Bugfix: Add workaround for a Django 3.x bug where a newly-saved instance's `.id` might be returned as a number, not a spicy string. (#6)
* Breaking change: Dropped support for Django 2.2.
* Updated target Django versions from `3.1 -> 3.2` and `4.1 -> 4.2`.
* Updated integration tests to properly test against all Django versions (#7).

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-spicy-id"
version = "0.6.1"
version = "0.7.0"
description = ""
authors = ["mike wakerly <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-spicy-id
version = 0.6.1
version = 0.7.0
description = Fancy ID fields for django models.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 27612e6

Please sign in to comment.