Skip to content

Commit

Permalink
release: v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jul 11, 2024
1 parent 7a80656 commit 8e390dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
additional_dependencies:
- click~=8.1.6
- pytest~=8.0
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.9
rev: v0.5.1
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.8] - 2024-07-11

### Fixed

- Forcing the north or the south pole wasn't working in some cases ([#125](https://github.com/gadomski/antimeridian/pull/125))
Expand Down Expand Up @@ -144,7 +146,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.7...HEAD
[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.3.8...HEAD
[0.3.8]: https://github.com/gadomsk/antimeridian/compare/v0.3.7...v0.3.8
[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
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.7"
version = "0.3.8"
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
description = "Fix GeoJSON geometries that cross the antimeridian"
readme = "README.md"
Expand Down

0 comments on commit 8e390dd

Please sign in to comment.