diff --git a/ckan/__init__.py b/ckan/__init__.py index 7ae1212c948..61a74c387a1 100644 --- a/ckan/__init__.py +++ b/ckan/__init__.py @@ -1,6 +1,6 @@ # encoding: utf-8 -__version__ = "2.10.1b0" +__version__ = "2.10.1" # The packaging system relies on this import, please do not remove it # type_ignore_reason: pyright thinks it's iterable