From 2013e7bbf2b9492cafbed4c927a506485f5b1a37 Mon Sep 17 00:00:00 2001 From: awtkns Date: Mon, 23 Jan 2023 17:54:24 -0800 Subject: [PATCH 1/2] :memo: Update doc badges --- README.md | 2 +- docs/en/docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1322c1..92389b3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A dynamic FastAPI router that automatically creates CRUD routes for your models

-Tests +Tests Downloads Package version diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 8bf0e0c..2790afa 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -6,7 +6,7 @@ A dynamic FastAPI router that automatically creates routes CRUD for your models

-Tests +Tests Downloads Package version From 1e28b3e909152467a717c4f975464d5c67c62c3e Mon Sep 17 00:00:00 2001 From: awtkns Date: Mon, 23 Jan 2023 17:55:34 -0800 Subject: [PATCH 2/2] :arrow_up: Bump python version --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 0bbf43d..1b4128f 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.6' + python-version: '3.10' - name: Bump Version env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}