Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Nov 23, 2024
1 parent 62b39b8 commit 798d066
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
## [1.1.0] - 2024-11-23

- Dropped support for python 3.8, added support for python 3.13.
- Added command to compute distances between areas and Glottolog point coordinates.
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 = 1.0.1.dev0
version = 1.1.0
author = Robert Forkel
author_email = dlce.rdm@eva.mpg.de
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__ = '1.0.1.dev0'
__version__ = '1.1.0'

0 comments on commit 798d066

Please sign in to comment.