Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Aug 21, 2023
1 parent c6e4763 commit c1c8155
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.6.1 (2023-08-20)

* Repackage of previous release. No code changes compared to `v0.6.0`.

## v0.6.0 (2023-08-20)

* Breaking change: Bug fix: The `randomize` feature will set `.id` to a string, not a number, when the instance is created.
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.0"
version = "0.6.1"
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.0
version = 0.6.1
description = Fancy ID fields for django models.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit c1c8155

Please sign in to comment.