Skip to content

Commit

Permalink
馃敄 bump version 0.2.1 -> 0.3.0 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Dec 12, 2023
1 parent 171e7f1 commit 2546db9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/

## [Unreleased]

## [0.3.0]

### Added

- Support for Django 5.0.
Expand Down Expand Up @@ -83,3 +85,4 @@ Big thank you to the original authors of [`django-mailer`](https://github.com/pi
[0.1.1]: https://github.com/westerveltco/django-email-relay/releases/tag/v0.1.1
[0.2.0]: https://github.com/westerveltco/django-email-relay/releases/tag/v0.2.0
[0.2.1]: https://github.com/westerveltco/django-email-relay/releases/tag/v0.2.1
[0.3.0]: https://github.com/westerveltco/django-email-relay/releases/tag/v0.3.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ path = "src/email_relay/__init__.py"
[tool.bumpver]
commit = true
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
current_version = "0.2.1"
current_version = "0.3.0"
push = false # set to false for CI
tag = false
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
Expand Down
2 changes: 1 addition & 1 deletion src/email_relay/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "0.2.1"
__version__ = "0.3.0"

0 comments on commit 2546db9

Please sign in to comment.