Skip to content

Commit

Permalink
project: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvan committed Jul 9, 2023
1 parent d6f50f6 commit 1a36549
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install .[build]
- name: Build package
run: python -m build
- name: Publish package distributions to PyPI
Expand Down
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.0
0.12.1

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.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.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
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"
Expand Down Expand Up @@ -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]>"]

Expand Down

0 comments on commit 1a36549

Please sign in to comment.