Skip to content

Commit

Permalink
Merge pull request #133 from maxmind/greg/fix-sdist
Browse files Browse the repository at this point in the history
Fix sdist release
  • Loading branch information
marselester authored Nov 9, 2023
2 parents b7bdd92 + f72d69b commit a78d419
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Build sdist
run: pipx run build --sdist
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

2.5.1 (2023-11-09)
++++++++++++++++++

* This is a re-release of 2.5.0 to address missing files from the sdist.
Reported by Lumír 'Frenzy' Balhar. GitHub #132.

2.5.0 (2023-11-08)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion maxminddb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def open_database(


__title__ = "maxminddb"
__version__ = "2.5.0"
__version__ = "2.5.1"
__author__ = "Gregory Oschwald"
__license__ = "Apache License, Version 2.0"
__copyright__ = "Copyright 2013-2023 MaxMind, Inc."
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "maxminddb"
version = "2.5.0"
version = "2.5.1"
description = "Reader for the MaxMind DB format"
authors = [
{name = "Gregory Oschwald", email = "[email protected]"},
Expand Down

0 comments on commit a78d419

Please sign in to comment.