Skip to content

Commit 2546db9

Browse files
🔖 bump version 0.2.1 -> 0.3.0 (#130)
1 parent 171e7f1 commit 2546db9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
77

88
## [Unreleased]
99

10+
## [0.3.0]
11+
1012
### Added
1113

1214
- Support for Django 5.0.
@@ -83,3 +85,4 @@ Big thank you to the original authors of [`django-mailer`](https://github.com/pi
8385
[0.1.1]: https://github.com/westerveltco/django-email-relay/releases/tag/v0.1.1
8486
[0.2.0]: https://github.com/westerveltco/django-email-relay/releases/tag/v0.2.0
8587
[0.2.1]: https://github.com/westerveltco/django-email-relay/releases/tag/v0.2.1
88+
[0.3.0]: https://github.com/westerveltco/django-email-relay/releases/tag/v0.3.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ path = "src/email_relay/__init__.py"
9494
[tool.bumpver]
9595
commit = true
9696
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
97-
current_version = "0.2.1"
97+
current_version = "0.3.0"
9898
push = false # set to false for CI
9999
tag = false
100100
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"

src/email_relay/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)