From a2e5360249316e8f89aaa37ebaa35cdb3e6155f0 Mon Sep 17 00:00:00 2001 From: Dan Andreescu Date: Tue, 2 Mar 2021 16:10:01 -0500 Subject: [PATCH] bump uap-core to 0.12.0 --- setup.py | 2 +- ua_parser/__init__.py | 2 +- uap-core | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index a629625..74db8d9 100644 --- a/setup.py +++ b/setup.py @@ -184,7 +184,7 @@ class sdist(_sdist): setup( name="ua-parser", - version="0.10.0", + version="0.12.0", description="Python port of Browserscope's user agent parser", author="PBS", author_email="no-reply@pbs.org", diff --git a/ua_parser/__init__.py b/ua_parser/__init__.py index ca04bbe..5a7bd35 100644 --- a/ua_parser/__init__.py +++ b/ua_parser/__init__.py @@ -1 +1 @@ -VERSION = (0, 10, 0) +VERSION = (0, 12, 0) diff --git a/uap-core b/uap-core index f215924..2b643ba 160000 --- a/uap-core +++ b/uap-core @@ -1 +1 @@ -Subproject commit f21592418f6323f9ce32f10e231841cf8e782b43 +Subproject commit 2b643ba734ce509c77d8896fe43256ba9dc4f3a8