Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
History
-------

5.3.0
5.3.0 (2026-07-16)
++++++++++++++++++

* The version is now retrieved from package metadata at runtime using
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

# General information about the project.
project = "geoip2"
copyright = "2013-2025, MaxMind, Inc."
copyright = "2013-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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

:copyright: (c) 2013-2025 by MaxMind, Inc.
:copyright: (c) 2013-2026 by MaxMind, Inc.
:license: Apache License, Version 2.0

2 changes: 1 addition & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# lychee './**/*.md' './**/*.rst' './src/**/*.py' './pyproject.toml'

# Include URL fragments in checks
include_fragments = true
include_fragments = "full"

# Don't allow any redirects, so links that have moved are surfaced and can be
# updated to their canonical destination.
Expand Down
118 changes: 75 additions & 43 deletions mise.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "geoip2"
version = "5.2.0"
version = "5.3.0"
description = "MaxMind GeoIP API"
authors = [
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
Expand Down
4 changes: 2 additions & 2 deletions src/geoip2/webservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class AsyncClient(BaseClient):
60.
:param proxy: The URL of an HTTP proxy to use. It may optionally include
a basic auth username and password, e.g.,
``http://username:password@host:port``.
``http://<username>:<password>@<host>:<port>``.

"""

Expand Down Expand Up @@ -452,7 +452,7 @@ class Client(BaseClient):
60.
:param proxy: The URL of an HTTP proxy to use. It may optionally include
a basic auth username and password, e.g.,
``http://username:password@host:port``.
``http://<username>:<password>@<host>:<port>``.


"""
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading