File tree 4 files changed +10
-2
lines changed
4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- uses : actions/checkout@v4
41
+ with :
42
+ submodules : true
41
43
42
44
- name : Build sdist
43
45
run : pipx run build --sdist
Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
+ 2.5.1 (2023-11-09)
7
+ ++++++++++++++++++
8
+
9
+ * This is a re-release of 2.5.0 to address missing files from the sdist.
10
+ Reported by Lumír 'Frenzy' Balhar. GitHub #132.
11
+
6
12
2.5.0 (2023-11-08)
7
13
++++++++++++++++++
8
14
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def open_database(
81
81
82
82
83
83
__title__ = "maxminddb"
84
- __version__ = "2.5.0 "
84
+ __version__ = "2.5.1 "
85
85
__author__ = "Gregory Oschwald"
86
86
__license__ = "Apache License, Version 2.0"
87
87
__copyright__ = "Copyright 2013-2023 MaxMind, Inc."
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " maxminddb"
7
- version = " 2.5.0 "
7
+ version = " 2.5.1 "
8
8
description = " Reader for the MaxMind DB format"
9
9
authors = [
10
10
{
name =
" Gregory Oschwald" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments