Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Dec 14, 2022
1 parent 0d0c495 commit 41bd02d
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.3.1 (2022-12-14)

* bugfix: fix an error with prefixes greater than 2 characters (:facepalm:)

## v0.3.0 (2022-12-14)

* Breaking change: Providing both `default` and `randomize` is not alowed.
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.3.0"
version = "0.3.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.3.0
version = 0.3.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 41bd02d

Please sign in to comment.