Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.2.1]

### Fixed

- Fixed monkeypatching to avoid importing Django's GDAL module during patching, which was triggering GDAL loading
Expand All @@ -42,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Josh Thomas <josh@joshthomas.dev> (maintainer)

[unreleased]: https://github.com/joshuadavidthomas/django-lazy-gdal/compare/v0.2.0...HEAD
[unreleased]: https://github.com/joshuadavidthomas/django-lazy-gdal/compare/v0.2.1...HEAD
[0.1.0]: https://github.com/joshuadavidthomas/django-lazy-gdal/releases/tag/v0.1.0
[0.2.0]: https://github.com/joshuadavidthomas/django-lazy-gdal/releases/tag/v0.2.0
[0.2.1]: https://github.com/joshuadavidthomas/django-lazy-gdal/releases/tag/v0.2.1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ description = "A Django app for patching `django.contrib.gis` to lazily load the
name = "django-lazy-gdal"
readme = "README.md"
requires-python = ">=3.9"
version = "0.2.0"
version = "0.2.1"

[project.urls]
Documentation = "https://github.com/joshuadavidthomas/django-lazy-gdal#readme"
Expand All @@ -54,7 +54,7 @@ Source = "https://github.com/joshuadavidthomas/django-lazy-gdal"
[tool.bumpver]
commit = true
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
current_version = "0.2.0"
current_version = "0.2.1"
push = false # set to false for CI
tag = false
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.