Skip to content

Commit 27612e6

Browse files
committed
v0.7.0
1 parent c2137a8 commit 27612e6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changelog
22

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

5-
* Dropped support for Django 2.2.
5+
This version fixes a bug that affects Django 3.x installations and is recommended for those users.
6+
7+
* 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)
8+
* Breaking change: Dropped support for Django 2.2.
69
* Updated target Django versions from `3.1 -> 3.2` and `4.1 -> 4.2`.
710
* Updated integration tests to properly test against all Django versions (#7).
811

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-spicy-id"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
description = ""
55
authors = ["mike wakerly <[email protected]>"]
66
license = "MIT"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-spicy-id
3-
version = 0.6.1
3+
version = 0.7.0
44
description = Fancy ID fields for django models.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)