Skip to content

Commit

Permalink
Release mitol-django-geoip/v2024.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Nov 5, 2024
1 parent fc1fc6f commit 89a9655
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 84 deletions.
11 changes: 11 additions & 0 deletions src/geoip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project uses date-based versioning.

<!-- scriv-insert-here -->

<a id='changelog-2024.11.5'></a>
## [2024.11.5] - 2024-11-05

### Changed

- Removes unnecessary noqa's.

### Fixed

- Adding migrations to rename the maxmind indexes to geoip.

<a id='changelog-2024.10.25'></a>
## [2024.10.25] - 2024-10-25

Expand Down
41 changes: 0 additions & 41 deletions src/geoip/changelog.d/20241104_210241_somebody.md

This file was deleted.

40 changes: 0 additions & 40 deletions src/geoip/changelog.d/20241105_143822_jkachel.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/geoip/mitol/geoip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

default_app_config = "mitol.geoip.apps.GeoIPApp"

__version__ = "2024.10.25"
__version__ = "2024.11.5"
__distributionname__ = "mitol-django-geoip"
4 changes: 2 additions & 2 deletions src/geoip/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mitol-django-geoip"
version = "2024.10.25"
version = "2024.11.5"
description = "Django application to handle IP-based geolocation"
dependencies = [
"django-stubs>=1.13.1",
Expand All @@ -14,7 +14,7 @@ license = "BSD-3-Clause"
requires-python = ">=3.8"

[tool.bumpver]
current_version = "2024.10.25"
current_version = "2024.11.5"
version_pattern = "YYYY.MM.DD[.INC0]"

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit 89a9655

Please sign in to comment.