Skip to content

Commit 20d26e7

Browse files
committed
chore(master): release 4.0.3
1 parent ca339f1 commit 20d26e7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.0.3](https://github.com/cdriehuys/django-rest-email-auth/compare/v4.0.2...v4.0.3) (2024-06-19)
4+
5+
6+
### Bug Fixes
7+
8+
* Publish workflow ([ca339f1](https://github.com/cdriehuys/django-rest-email-auth/commit/ca339f18fbf7a16ebc58ef4a672d2a3dcf0040da))
9+
310
## [4.0.2](https://github.com/cdriehuys/django-rest-email-auth/compare/v4.0.1...v4.0.2) (2024-06-19)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude = '''
1717

1818
[tool.poetry]
1919
name = "django-rest-email-auth"
20-
version = "4.0.2"
20+
version = "4.0.3"
2121
description = "Django app for email based authentication and registration via a REST API."
2222
authors = ["Chathan Driehuys <[email protected]>"]
2323
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_description():
99
setup(
1010
# Package meta-data
1111
name="django-rest-email-auth",
12-
version="4.0.2",
12+
version="4.0.3",
1313
description="Django app for email based authentication and registration.",
1414
long_description=get_description(),
1515
author="Chathan Driehuys",

0 commit comments

Comments
 (0)