File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 History
44-------
55
6- 2.6.0
6+ 2.6.0 (2024-03-19)
77++++++++++++++++++
88
99* Added type annotations for instance variables on ``Metadata ``
Original file line number Diff line number Diff line change 5353
5454# General information about the project.
5555project = "maxminddb"
56- copyright = "2013-2023 , MaxMind, Inc."
56+ copyright = "2013-2024 , MaxMind, Inc."
5757
5858# The version info for the project you're documenting, acts as replacement for
5959# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ Indices and tables
3535* :ref: `modindex `
3636* :ref: `search `
3737
38- :copyright: (c) 2013-2023 by MaxMind, Inc.
38+ :copyright: (c) 2013-2024 by MaxMind, Inc.
3939:license: Apache License, Version 2.0
4040
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def open_database(
8181
8282
8383__title__ = "maxminddb"
84- __version__ = "2.5.2 "
84+ __version__ = "2.6.0 "
8585__author__ = "Gregory Oschwald"
8686__license__ = "Apache License, Version 2.0"
87- __copyright__ = "Copyright 2013-2023 MaxMind, Inc."
87+ __copyright__ = "Copyright 2013-2024 MaxMind, Inc."
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " maxminddb"
7- version = " 2.5.2 "
7+ version = " 2.6.0 "
88description = " Reader for the MaxMind DB format"
99authors = [
1010 {name = " Gregory Oschwald" , email = " goschwald@maxmind.com" },
You can’t perform that action at this time.
0 commit comments