diff --git a/CHANGES.rst b/CHANGES.rst index 662e9b076..a3d512185 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 8.3.2 +~~~~~~~~~~~~~ + +Bug fix release: + +All changes: +https://github.com/Open-MSS/MSS/milestone/100 + Version 8.3.1 ~~~~~~~~~~~~~ diff --git a/localbuild/meta.yaml b/localbuild/meta.yaml index e475c87cf..af1baf62a 100644 --- a/localbuild/meta.yaml +++ b/localbuild/meta.yaml @@ -77,7 +77,7 @@ requirements: - PyMySQL >=0.9.3 - validate_email - multidict - - pint + - pint <=0.22 - python-socketio >=5 - python-engineio >=4 - markdown diff --git a/mslib/version.py b/mslib/version.py index 642cdf5d0..0f61a88f9 100644 --- a/mslib/version.py +++ b/mslib/version.py @@ -24,4 +24,4 @@ See the License for the specific language governing permissions and limitations under the License. """ -__version__ = u'8.3.1' +__version__ = u'8.3.2'