File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project uses date-based versioning.
66
77<!-- scriv-insert-here -->
88
9+ <a id =' changelog-2025.6.23 ' ></a >
10+ ## [ 2025.6.23] - 2025-06-24
11+
12+ ### Fixed
13+
14+ - Re-triggering to fix the missing templates issue in mail app
15+
916<a id =' changelog-2025.3.17 ' ></a >
1017## [ 2025.3.17] - 2025-03-17
1118
Original file line number Diff line number Diff line change 22
33default_app_config = "mitol.mail.apps.MailApp"
44
5- __version__ = "2025.3.17 "
5+ __version__ = "2025.6.23 "
66__distributionname__ = "mitol-django-mail"
Original file line number Diff line number Diff line change 11[project ]
22name = " mitol-django-mail"
3- version = " 2025.3.17 "
3+ version = " 2025.6.23 "
44description = " MIT Open Learning django app extensions for mail"
55dependencies = [
66" beautifulsoup4>=4.6.0" ,
@@ -17,7 +17,7 @@ license = "BSD-3-Clause"
1717requires-python = " >=3.10"
1818
1919[tool .bumpver ]
20- current_version = " 2025.3.17 "
20+ current_version = " 2025.6.23 "
2121version_pattern = " YYYY.MM.DD[.INC0]"
2222
2323[tool .bumpver .file_patterns ]
You can’t perform that action at this time.
0 commit comments