Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Jun 11, 2024
1 parent 39c0034 commit b24602a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## Unreleased
## [0.4.0] - 2024-06-11

- Enhanced `fixed_geometry`, adding option to fix antimeridian issues.
- Moved functionality to manipulate GeoTIFF files to separate module to enhance
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = cldfgeojson
version = 0.3.1.dev0
version = 0.4.0
author = Robert Forkel
author_email = [email protected]
description = Functionality to access and curate GeoJSON in CLDF datasets
Expand Down
2 changes: 1 addition & 1 deletion src/cldfgeojson/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .geojson import * # noqa: F403 F401
from .create import * # noqa: F403 F401

__version__ = '0.3.1.dev0'
__version__ = '0.4.0'

0 comments on commit b24602a

Please sign in to comment.