diff --git a/CHANGES.rst b/CHANGES.rst index ad89d0c91..502b5bcd7 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 6.2.1 +~~~~~~~~~~~~~ + +Bug fix release + +All changes: +https://github.com/Open-MSS/MSS/milestone/82?closed=1 + Version 6.2.0 ~~~~~~~~~~~~~ diff --git a/mslib/version.py b/mslib/version.py index f8f92e82c..a3ea3860c 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'6.2.0.' +__version__ = u'6.2.1.'