Skip to content

Commit 75af79c

Browse files
committed
update changelog, bump version to 0.5.11.dev
1 parent cba5715 commit 75af79c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Change Log
55
in development
66
**************
77

8+
0.5.11 (unreleased)
9+
********************
10+
* add conversion methods to api refs (#65)
11+
* add section to upscaling example to save output to file (#73)
12+
813
0.5.10 (18-02-2025)
914
********************
1015
* Add support for py 3.13

pyflwdir/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Fast methods to work with hydro- and topography data in pure Python."""
22

33
# version number without 'v' at start
4-
__version__ = "0.5.10"
4+
__version__ = "0.5.10.dev"
55

66
# submodules
77
from . import gis_utils, regions

0 commit comments

Comments
 (0)