From 62c85305843e2134fad8d551e415c9556b22825e Mon Sep 17 00:00:00 2001 From: John Sutherland Date: Tue, 1 Aug 2023 15:49:42 +0100 Subject: [PATCH 1/2] Update CI badge in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9968ea2..4496064 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/trustpilot/python-sanicargs.svg?branch=master)](https://travis-ci.org/trustpilot/python-sanicargs) [![Latest Version](https://img.shields.io/pypi/v/sanicargs.svg)](https://pypi.python.org/pypi/sanicargs) [![Python Support](https://img.shields.io/pypi/pyversions/sanicargs.svg)](https://pypi.python.org/pypi/sanicargs) +[![Build Status](https://github.com/trustpilot/python-sanicargs/actions/workflows/tox.yaml/badge.svg)](https://github.com/trustpilot/python-sanicargs/actions/workflows/tox.yaml) [![Latest Version](https://img.shields.io/pypi/v/sanicargs.svg)](https://pypi.python.org/pypi/sanicargs) [![Python Support](https://img.shields.io/pypi/pyversions/sanicargs.svg)](https://pypi.python.org/pypi/sanicargs) # Sanicargs Parses query parameters and json body parameters for [Sanic](https://github.com/channelcat/sanic) using type annotations. From 69d423d5a3835e9c8838dd3f58a219322a1134c5 Mon Sep 17 00:00:00 2001 From: John Sutherland Date: Tue, 1 Aug 2023 15:50:33 +0100 Subject: [PATCH 2/2] Bump version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa10761..73a361e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sanicargs" -version = "3.0.0" +version = "3.0.1" description = "Parses query args or body parameters in sanic using type annotations" readme = "README.md" keywords = ["sanicargs", "sanic", "query", "args", "type annotations"]