Skip to content

Commit

Permalink
release: v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed May 5, 2024
1 parent d7d72e7 commit 1e79321
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: mypy
additional_dependencies:
- click~=8.1.6
- pytest~=7.3
- pytest~=8.0
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.3.4
hooks:
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.3.5] - 2024-05-05

### Fixed

- Correct the case when neighboring points are on 180 and -180 and are not part of a latitude band ([#114](https://github.com/gadomski/antimeridian/pull/114))

## [0.3.4]
## [0.3.4] - 2024-03-29

### Fixed

Expand Down Expand Up @@ -126,7 +128,9 @@ 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.3...HEAD
[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.3.5...HEAD
[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
[0.3.3]: https://github.com/gadomsk/antimeridian/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/gadomsk/antimeridian/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/gadomsk/antimeridian/compare/v0.3.0...v0.3.1
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "antimeridian"
version = "0.3.4"
version = "0.3.5"
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
description = "Fix GeoJSON geometries that cross the antimeridian"
readme = "README.md"
Expand All @@ -26,7 +26,7 @@ dev = [
"pre-commit~=3.2",
"pytest~=8.0",
"pytest-console-scripts~=1.3",
"ruff==0.4.2",
"ruff~=0.4.2",
"tomli~=2.0; python_version<'3.11'",
"typing_extensions; python_version<'3.10'",
]
Expand Down

0 comments on commit 1e79321

Please sign in to comment.