Skip to content

Commit

Permalink
release: v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jun 20, 2024
1 parent 114248e commit db8bd08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- click~=8.1.6
- pytest~=8.0
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.4
rev: v0.4.9
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.3.7] - 2024-06-20

### Fixed

- `__geo_interface` is a property ([#121](https://github.com/gadomski/antimeridian/pull/121))
Expand Down Expand Up @@ -138,7 +140,8 @@ This v0.1.0 release is to indicate that we think that this package is ready to u

Initial release.

[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.3.6...HEAD
[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.3.7...HEAD
[0.3.7]: https://github.com/gadomsk/antimeridian/compare/v0.3.6...v0.3.7
[0.3.6]: https://github.com/gadomsk/antimeridian/compare/v0.3.5...v0.3.6
[0.3.5]: https://github.com/gadomsk/antimeridian/compare/v0.3.4...v0.3.5
[0.3.4]: https://github.com/gadomsk/antimeridian/compare/v0.3.3...v0.3.4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "antimeridian"
version = "0.3.6"
version = "0.3.7"
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
description = "Fix GeoJSON geometries that cross the antimeridian"
readme = "README.md"
Expand Down

0 comments on commit db8bd08

Please sign in to comment.