Skip to content

Commit

Permalink
Preparing release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Aug 19, 2024
1 parent 796c43c commit 9741645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog of dask-geomodeling
===================================================

2.5.0 (unreleased)
2.5.0 (2024-08-19)
------------------

- Fixed warnings when reprojecting geometries with geopandas >= 0.9.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import os

version = '2.4.5.dev0'
version = '2.5.0'

long_description = "\n\n".join([open("README.rst").read(), open("CHANGES.rst").read()])

Expand Down

0 comments on commit 9741645

Please sign in to comment.