Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed Oct 23, 2024
1 parent 7b59b0c commit 10b1a49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2024.10.4]

- Improve README with screenshot example.
- Add the ability to set default values for subject and preheader in the settings.
- Fix more issues with files not being included in the package.

## [2024.10.3]

- Fix issue with files not being included in the package.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django-templated-email-md"
version = "2024.10.3"
version = "2024.10.4"
description = "An extension for django-templated-email for creating emails with Markdown"
authors = [{ name = "Jack Linke", email = "[email protected]" }]
license = { text = "MIT" }
Expand Down Expand Up @@ -89,7 +89,7 @@ dev-dependencies = [
where = ["src"]

[tool.setuptools.package-data]
templated_email_md = ["templates/templated_email/*", "**/*.po"]
templated_email_md = ["templates/templated_email/*", "locale/*"]

[tool.black]
line-length = 120
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10b1a49

Please sign in to comment.