From e892b94ad7a5f4aefd27789b0c56c8ae52076a84 Mon Sep 17 00:00:00 2001 From: masklinn Date: Wed, 14 Feb 2024 17:39:31 +0100 Subject: [PATCH 1/2] Update missed version stricture --- ua_parser/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ua_parser/__init__.py b/ua_parser/__init__.py index f1c0a2a2..15f904d2 100644 --- a/ua_parser/__init__.py +++ b/ua_parser/__init__.py @@ -1 +1 @@ -VERSION = (0, 16, 1) +VERSION = (0, 18, 0) From 8d48238b3f5cfe63185b5f4f3de2f390151b3e4b Mon Sep 17 00:00:00 2001 From: masklinn Date: Wed, 14 Feb 2024 17:39:54 +0100 Subject: [PATCH 2/2] reference the correct badge, not the one from the default branch --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f2949104..c94553cf 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ formerly https://github.com/tobie/ua-parser) Build Status ------------ -.. image:: https://github.com/ua-parser/uap-python/actions/workflows/ci.yml/badge.svg +.. image:: https://github.com/ua-parser/uap-python/actions/workflows/ci.yml/badge.svg?branch=0.x :alt: CI on the master branch