File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ path = "src/email_relay/__init__.py"
9494[tool .bumpver ]
9595commit = true
9696commit_message = " :bookmark: bump version {old_version} -> {new_version}"
97- current_version = " 0.2.1 "
97+ current_version = " 0.3.0 "
9898push = false # set to false for CI
9999tag = false
100100version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "0.2.1 "
3+ __version__ = "0.3.0 "
You can’t perform that action at this time.
0 commit comments