Skip to content

Commit 70b641b

Browse files
committed
bump: version 0.2.0 → 0.2.1
1 parent 8d4e99f commit 70b641b

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.1 (2025-02-17)
4+
5+
### Fix
6+
7+
- replace deprecated importlib .path method with .files() API
8+
39
## 0.2.0 (2025-02-11)
410

511
### Fix

pg_nearest_city/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pg-nearest-city"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Given a geopoint, find the nearest city using PostGIS (reverse geocode)."
55
authors = [
66
{name = "Sam Woodcock", email = "[email protected]"},
@@ -88,7 +88,7 @@ asyncio_default_fixture_loop_scope="function"
8888

8989
[tool.commitizen]
9090
name = "cz_conventional_commits"
91-
version = "0.2.0"
91+
version = "0.2.1"
9292
version_files = [
9393
"pyproject.toml:version",
9494
"pg_nearest_city/__version__.py",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)