diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e012167..135bcfc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -Version 25.0.1 (pending) -======================== +Version 25.0.1 +============== - Added ``mbdata.__version__``. - Fixed ``mbslave psql`` with custom PostgreSQL port number. diff --git a/mbdata/__init__.py b/mbdata/__init__.py index 9f9255c..01d35c1 100644 --- a/mbdata/__init__.py +++ b/mbdata/__init__.py @@ -1,4 +1,4 @@ # Copyright (C) 2013 Lukas Lalinsky # Distributed under the MIT license, see the LICENSE file for details. -__version__ = "25.0.0" +__version__ = "25.0.1"