diff --git a/CHANGES.rst b/CHANGES.rst index bc522da3d..de93f896a 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 7.0.5 +~~~~~~~~~~~~~ + +Bug fix release + +All changes: +https://github.com/Open-MSS/MSS/milestone/89?closed=1 + Version 7.0.4 ~~~~~~~~~~~~~ diff --git a/mslib/version.py b/mslib/version.py index 9d5e14694..407643567 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'7.0.4.' +__version__ = u'7.0.5.'