Skip to content

Commit

Permalink
chore(master): release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdriehuys committed Jun 19, 2024
1 parent 4d051f3 commit 73b9dd7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.0.1](https://github.com/cdriehuys/django-rest-email-auth/compare/v4.0.0...v4.0.1) (2024-06-19)


### Bug Fixes

* Specify field type for ID columns ([075675e](https://github.com/cdriehuys/django-rest-email-auth/commit/075675edb611f3b5282d2dfaa4f51411fcdbe4ec))

## [4.0.0](https://github.com/cdriehuys/django-rest-email-auth/compare/v3.0.3...v4.0.0) (2023-03-25)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = '''

[tool.poetry]
name = "django-rest-email-auth"
version = "4.0.0"
version = "4.0.1"
description = "Django app for email based authentication and registration via a REST API."
authors = ["Chathan Driehuys <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_description():
setup(
# Package meta-data
name="django-rest-email-auth",
version="4.0.0",
version="4.0.1",
description="Django app for email based authentication and registration.",
long_description=get_description(),
author="Chathan Driehuys",
Expand Down

0 comments on commit 73b9dd7

Please sign in to comment.