From e5a7c69e176806aeb2fcbb93e2d9efdf01d59aec Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 1 Aug 2021 01:09:43 +0300 Subject: [PATCH] Bump version --- .apiversion | 2 +- .github/workflows/testpypi.yml | 10 +++++----- README.md | 2 +- aiogram/__init__.py | 2 +- docs/index.rst | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.apiversion b/.apiversion index 341d0b55..11aa1452 100644 --- a/.apiversion +++ b/.apiversion @@ -1 +1 @@ -5.2 \ No newline at end of file +5.3 \ No newline at end of file diff --git a/.github/workflows/testpypi.yml b/.github/workflows/testpypi.yml index a74db317..a453c750 100644 --- a/.github/workflows/testpypi.yml +++ b/.github/workflows/testpypi.yml @@ -57,9 +57,9 @@ jobs: password: ${{ secrets.PYPI_TEST_TOKEN }} repository_url: https://test.pypi.org/legacy/ -# - name: Publish a Python distribution to PyPI -# uses: pypa/gh-action-pypi-publish@master + - name: Publish a Python distribution to PyPI + uses: pypa/gh-action-pypi-publish@master # if: github.event.action == 'published' -# with: -# user: __token__ -# password: ${{ secrets.PYPI_TOKEN }} + with: + user: __token__ + password: ${{ secrets.PYPI_TOKEN }} diff --git a/README.md b/README.md index 76153bbf..ee1c3f8f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![\[Telegram\] aiogram live](https://img.shields.io/badge/telegram-aiogram-blue.svg?style=flat-square)](https://t.me/aiogram_live) [![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT) [![Supported python versions](https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) -[![Telegram Bot API](https://img.shields.io/badge/Telegram%20Bot%20API-5.2-blue.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api) +[![Telegram Bot API](https://img.shields.io/badge/Telegram%20Bot%20API-5.3-blue.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api) [![PyPi Package Version](https://img.shields.io/pypi/v/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) [![PyPi status](https://img.shields.io/pypi/status/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) [![Downloads](https://img.shields.io/pypi/dm/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 1db738b1..1358d675 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -38,4 +38,4 @@ __all__ = ( ) __version__ = "3.0.0a11" -__api_version__ = "5.2" +__api_version__ = "5.3" diff --git a/docs/index.rst b/docs/index.rst index 1fa0678e..12517c1e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,7 +13,7 @@ aiogram :target: https://pypi.python.org/pypi/aiogram :alt: Supported python versions -.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-5.2-blue.svg?logo=telegram +.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-5.3-blue.svg?logo=telegram :target: https://core.telegram.org/bots/api :alt: Telegram Bot API diff --git a/poetry.lock b/poetry.lock index 6d99a4c9..df96b90c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -458,7 +458,7 @@ tornado = {version = "*", markers = "python_version > \"2.7\""} [[package]] name = "magic-filter" -version = "1.0.0a1" +version = "1.0.0" description = "This package provides magic filter based on dynamic attribute getter" category = "main" optional = false @@ -1201,7 +1201,7 @@ redis = ["aioredis"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "e85c7f8f5dbb7fb40641cf8c900cd393e6fe2f4ad68f94fcaceeb746afc5f68f" +content-hash = "50a7fd536687179aa4a7fc2dd97f346065b6559328ad5e1d12ec75d45390d3cd" [metadata.files] aiofiles = [ @@ -1449,8 +1449,8 @@ livereload = [ {file = "livereload-2.6.3.tar.gz", hash = "sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869"}, ] magic-filter = [ - {file = "magic-filter-1.0.0a1.tar.gz", hash = "sha256:af77522f1ab2a7aac6a960fb731097ada793da18f7ad96b1e29c11bd9c2d09cd"}, - {file = "magic_filter-1.0.0a1-py3-none-any.whl", hash = "sha256:ae4268493a6955887b63d1deb6f9409c063c7518d5e4bc6feb1dc1ce7ac61a0d"}, + {file = "magic-filter-1.0.0.tar.gz", hash = "sha256:6c1e8d185cd540606555a07a7c78d9c36bf0c97b9cd6e0a00da65dd38d56026f"}, + {file = "magic_filter-1.0.0-py3-none-any.whl", hash = "sha256:37f6c67144cbd087dcc1879f684b3640e13d5c73196544a5a00a6180c5edaa2e"}, ] markdown = [ {file = "Markdown-3.3.4-py3-none-any.whl", hash = "sha256:96c3ba1261de2f7547b46a00ea8463832c921d3f9d6aba3f255a6f71386db20c"}, diff --git a/pyproject.toml b/pyproject.toml index 8184acef..f68c226a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" +magic-filter = "^1.0.0" aiohttp = "^3.7.4" pydantic = "^1.8.1" Babel = "^2.9.1" @@ -39,7 +40,6 @@ aiofiles = "^0.6.0" async_lru = "^1.0.2" aiohttp-socks = { version = "^0.5.5", optional = true } aioredis = { version = "^2.0.0", allow-prereleases = true, optional = true } -magic-filter = { version = "1.0.0a1", allow-prereleases = true } sphinx = { version = "^3.1.0", optional = true } sphinx-intl = { version = "^2.0.1", optional = true } sphinx-autobuild = { version = "^2020.9.1", optional = true }