From 02c731a8629c92386a56fd31ac662a43403753fa Mon Sep 17 00:00:00 2001 From: Dmitry Orlov Date: Thu, 1 Jun 2023 19:15:23 +0300 Subject: [PATCH] fix badges in docs and bump to 9.1.2 --- docs/source/index.rst | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index c110b2c0..44cdbf29 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -15,9 +15,9 @@ Welcome to aio-pika's documentation! :target: https://coveralls.io/github/mosquito/aio-pika :alt: Coveralls -.. image:: https://travis-ci.org/mosquito/aio-pika.svg - :target: https://travis-ci.org/mosquito/aio-pika - :alt: Travis CI +.. image:: https://github.com/mosquito/aio-pika/workflows/tests/badge.svg + :target: https://github.com/mosquito/aio-pika/actions?query=workflow%3Atests + :alt: Github Actions .. image:: https://img.shields.io/pypi/v/aio-pika.svg :target: https://pypi.python.org/pypi/aio-pika/ diff --git a/pyproject.toml b/pyproject.toml index 18959ec5..adabb80a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aio-pika" -version = "9.1.1" +version = "9.1.2" description = "Wrapper around the aiormq for asyncio and humans" authors = ["Dmitry Orlov "] readme = "README.rst"