Skip to content

Commit 1a36549

Browse files
committed
project: bump version
1 parent d6f50f6 commit 1a36549

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install build
28+
pip install .[build]
2929
- name: Build package
3030
run: python -m build
3131
- name: Publish package distributions to PyPI

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ API-client for https://github.com/axllent/mailpit written in Python
88
:Authors:
99
Lars Liedtke <corvan@gmx.de>
1010
:Version:
11-
0.12.0
11+
0.12.1
1212

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

docs/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ About
55
:Authors:
66
Lars Liedtke <lars@familie-liedtke.net>
77
:Version:
8-
0.12.0
8+
0.12.1
99

1010
For work, I thought about introducing integration testing.
1111
We are working with `Odoo <https://github.com/odoo/odoo>`_ and I wanted to test if e-mails created by Odoo really were sent.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mailpit-api-client"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
description = "A Mailpit API Client"
55
authors = [{name = "Lars Liedtke", email = "lars@familie-liedtke.net"}]
66
requires-python = ">=3.8"
@@ -55,7 +55,7 @@ Documentation = "https://corvan.github.io/mailpit-api-client/"
5555

5656
[tool.poetry]
5757
name = "mailpit-api-client"
58-
version = "0.12.0"
58+
version = "0.12.1"
5959
description = ""
6060
authors = ["Lars Liedtke <lars@familie-liedtke.net>"]
6161

0 commit comments

Comments
 (0)