diff --git a/doc/changelog.rst b/doc/changelog.rst index 82b3bf315..066c5b481 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -.. rubric:: Development version +.. rubric:: 1.11.2 - Fix ``-c`` option to :program:`mcdump`. - Fix a missing ``#include`` that could be exposed by including headers in a diff --git a/spead2/_version.py b/spead2/_version.py index c3fa782ca..e9139dfc6 100644 --- a/spead2/_version.py +++ b/spead2/_version.py @@ -1 +1 @@ -__version__ = "1.11.1" +__version__ = "1.11.2"