Skip to content

Commit

Permalink
Release mitol-django-geoip/v2024.10.25
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Oct 25, 2024
1 parent 18077d0 commit 47b6ccf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions src/geoip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project uses date-based versioning.

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

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

### Changed

- Updated faker dependency to start at 4.17 (rather than requiring it)
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__ = "2023.12.19.1"
__version__ = "2024.10.25"
__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 = "2023.12.19.1"
version = "2024.10.25"
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 = "2023.12.19.1"
current_version = "2024.10.25"
version_pattern = "YYYY.MM.DD[.INC0]"

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit 47b6ccf

Please sign in to comment.