Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Dec 14, 2022
1 parent cd1b3d0 commit 475c661
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Current version (in development)
## v0.3.0 (2022-12-14)

* Breaking change: Providing both `default` and `randomize` is not alowed.
* Breaking change: Illegal values now throw `django.db.utils.ProgrammingError`
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.2.2"
version = "0.3.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.2.2
version = 0.3.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 475c661

Please sign in to comment.