We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba5715 commit 75af79cCopy full SHA for 75af79c
CHANGELOG.rst
@@ -5,6 +5,11 @@ Change Log
5
in development
6
**************
7
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
+
13
0.5.10 (18-02-2025)
14
********************
15
* Add support for py 3.13
pyflwdir/__init__.py
@@ -1,7 +1,7 @@
1
"""Fast methods to work with hydro- and topography data in pure Python."""
2
3
# version number without 'v' at start
4
-__version__ = "0.5.10"
+__version__ = "0.5.10.dev"
# submodules
from . import gis_utils, regions
0 commit comments