-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ API-client for https://github.com/axllent/mailpit written in Python | |
:Authors: | ||
Lars Liedtke <[email protected]> | ||
:Version: | ||
0.12.0 | ||
0.12.1 | ||
|
||
Go to the `documentation <https://corvan.github.io/mailpit-api-client/>`_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ About | |
:Authors: | ||
Lars Liedtke <[email protected]> | ||
:Version: | ||
0.12.0 | ||
0.12.1 | ||
|
||
For work, I thought about introducing integration testing. | ||
We are working with `Odoo <https://github.com/odoo/odoo>`_ and I wanted to test if e-mails created by Odoo really were sent. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "mailpit-api-client" | ||
version = "0.12.0" | ||
version = "0.12.1" | ||
description = "A Mailpit API Client" | ||
authors = [{name = "Lars Liedtke", email = "[email protected]"}] | ||
requires-python = ">=3.8" | ||
|
@@ -55,7 +55,7 @@ Documentation = "https://corvan.github.io/mailpit-api-client/" | |
|
||
[tool.poetry] | ||
name = "mailpit-api-client" | ||
version = "0.12.0" | ||
version = "0.12.1" | ||
description = "" | ||
authors = ["Lars Liedtke <[email protected]>"] | ||
|
||
|