From 630189d6dfe58b88b13104be5191186edef2c536 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 21 Jul 2026 08:06:46 -0700 Subject: [PATCH 1/3] Update copyright year --- README.rst | 2 +- docs/conf.py | 2 +- docs/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index aa53c80..56dece5 100644 --- a/README.rst +++ b/README.rst @@ -328,6 +328,6 @@ for assistance. Copyright and License --------------------- -This software is Copyright © 2015-2025 by MaxMind, Inc. +This software is Copyright © 2015-2026 by MaxMind, Inc. This is free software, licensed under the Apache License, Version 2.0. diff --git a/docs/conf.py b/docs/conf.py index 699fe6e..cd3f381 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ # General information about the project. project = "minfraud" -copyright = "2015-2025, MaxMind, Inc" +copyright = "2015-2026, MaxMind, Inc" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/docs/index.rst b/docs/index.rst index 0fbccc5..b4d9f1e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,6 +47,6 @@ Indices and tables * :ref:`modindex` * :ref:`search` -:copyright: © 2015-2025 by MaxMind, Inc. +:copyright: © 2015-2026 by MaxMind, Inc. :license: Apache License, Version 2.0 From 14b94d900e2f7dcd541272c91a5b9a4edaecd252 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 21 Jul 2026 08:06:51 -0700 Subject: [PATCH 2/3] Set release date --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9d488a3..ee3bd70 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -3.3.0 +3.3.0 (2026-07-21) ++++++++++++++++++ * Added ``tracking_token`` to the ``/device`` request object. This is the From aca33a9230b4afc3e1a037bfeaae482257012d06 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 21 Jul 2026 08:15:23 -0700 Subject: [PATCH 3/3] Update for v3.3.0 --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 195d0c8..a502f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "minfraud" -version = "3.2.0" +version = "3.3.0" description = "MaxMind minFraud API" authors = [ {name = "Gregory Oschwald", email = "goschwald@maxmind.com"}, diff --git a/uv.lock b/uv.lock index b65be01..897afd1 100644 --- a/uv.lock +++ b/uv.lock @@ -348,7 +348,7 @@ name = "exceptiongroup" version = "1.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, + { name = "typing-extensions" }, ] sdist = { url = "https://files.pythonhosted.org/packages/0b/9f/a65090624ecf468cdca03533906e7c69ed7588582240cfe7cc9e770b50eb/exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88", size = 29749, upload-time = "2025-05-10T17:42:51.123Z" } wheels = [ @@ -723,7 +723,7 @@ wheels = [ [[package]] name = "minfraud" -version = "3.2.0" +version = "3.3.0" source = { editable = "." } dependencies = [ { name = "aiohttp" },