File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 4.0.2] ( https://github.com/cdriehuys/django-rest-email-auth/compare/v4.0.1...v4.0.2 ) (2024-06-19)
4
11
5
12
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ exclude = '''
17
17
18
18
[tool .poetry ]
19
19
name = " django-rest-email-auth"
20
- version = " 4.0.2 "
20
+ version = " 4.0.3 "
21
21
description = " Django app for email based authentication and registration via a REST API."
22
22
authors = [
" Chathan Driehuys <[email protected] >" ]
23
23
license = " MIT"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def get_description():
9
9
setup (
10
10
# Package meta-data
11
11
name = "django-rest-email-auth" ,
12
- version = "4.0.2 " ,
12
+ version = "4.0.3 " ,
13
13
description = "Django app for email based authentication and registration." ,
14
14
long_description = get_description (),
15
15
author = "Chathan Driehuys" ,
You can’t perform that action at this time.
0 commit comments