diff --git a/CHANGES.rst b/CHANGES.rst index 0c9cbc0b..f4cf7b17 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,18 @@ Other Changes and Additions Bug Fixes ^^^^^^^^^ +2.3.1 (2022-05-09) +------------------ + +New Features +^^^^^^^^^^^^ + +Other Changes and Additions +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Bug Fixes +^^^^^^^^^ + - In python 3.7 the ``version`` method from ``packaging`` must be imported directly. [#786]