Skip to content

Commit

Permalink
project: bump version to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvan committed Jul 9, 2023
1 parent 7b1c8b8 commit cbda9af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ API-client for https://github.com/axllent/mailpit written in Python
:Authors:
Lars Liedtke <[email protected]>
:Version:
0.12.1
0.12.2

Go to the `documentation <https://corvan.github.io/mailpit-api-client/>`_

Expand Down
2 changes: 1 addition & 1 deletion docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ About
:Authors:
Lars Liedtke <[email protected]>
:Version:
0.12.1
0.12.2

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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mailpit-api-client"
version = "0.12.1"
version = "0.12.2"
description = "A Mailpit API Client"
authors = [{name = "Lars Liedtke", email = "[email protected]"}]
requires-python = ">=3.8"
Expand Down

0 comments on commit cbda9af

Please sign in to comment.