Skip to content

Commit

Permalink
Release mitol-django-mail/v2024.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Nov 5, 2024
1 parent 89a9655 commit 449a58c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 166 deletions.
14 changes: 14 additions & 0 deletions src/mail/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project uses date-based versioning.

<!-- scriv-insert-here -->

<a id='changelog-2024.11.5'></a>
## [2024.11.5] - 2024-11-05

### Changed

- Updated changelog management and versioning scheme.

- Updated requirements and lockfiles to support Django 4.
- Removed support for Django 2.2.

- Added posthog application.

- Update paths in pyproject.toml to ensure versioning continues to work.

<a id='changelog-2023.12.19'></a>
## [2023.12.19] - 2023-12-19

Expand Down
41 changes: 0 additions & 41 deletions src/mail/changelog.d/20230222_204146_rhysyngsun_use_scriv_2.md

This file was deleted.

42 changes: 0 additions & 42 deletions src/mail/changelog.d/20231218_212732_jkachel_support_django_4.md

This file was deleted.

This file was deleted.

41 changes: 0 additions & 41 deletions src/mail/changelog.d/20241024_173306_jkachel_update_pyprojects.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/mail/mitol/mail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

default_app_config = "mitol.mail.apps.MailApp"

__version__ = "2023.12.19"
__version__ = "2024.11.5"
__distributionname__ = "mitol-django-mail"
4 changes: 2 additions & 2 deletions src/mail/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mitol-django-mail"
version = "2023.12.19"
version = "2024.11.5"
description = "MIT Open Learning django app extensions for mail"
dependencies = [
"beautifulsoup4>=4.6.0",
Expand All @@ -17,7 +17,7 @@ license = "BSD-3-Clause"
requires-python = ">=3.8"

[tool.bumpver]
current_version = "2023.12.19"
current_version = "2024.11.5"
version_pattern = "YYYY.MM.DD[.INC0]"

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit 449a58c

Please sign in to comment.