Skip to content

Commit

Permalink
chore(master): release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cdriehuys committed Jun 19, 2024
1 parent ca339f1 commit 20d26e7
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.3](https://github.com/cdriehuys/django-rest-email-auth/compare/v4.0.2...v4.0.3) (2024-06-19)


### Bug Fixes

* Publish workflow ([ca339f1](https://github.com/cdriehuys/django-rest-email-auth/commit/ca339f18fbf7a16ebc58ef4a672d2a3dcf0040da))

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


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.2"
version = "4.0.3"
description = "Django app for email based authentication and registration via a REST API."
authors = ["Chathan Driehuys <chathan@driehuys.com>"]
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.2",
version="4.0.3",
description="Django app for email based authentication and registration.",
long_description=get_description(),
author="Chathan Driehuys",
Expand Down

0 comments on commit 20d26e7

Please sign in to comment.