diff --git a/CHANGES.rst b/CHANGES.rst index a15b7dc40..7ca540068 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,17 @@ Changelog ========= +Version 6.1.0 +~~~~~~~~~~~~~ + +This release includes some small improvements of the usablity. +A few bug fixes, a new plugin for NAVAID waypoints is decribed and +mscolab gots few improvements for user creation. +Wind speed plots can now be created for altitudes > 25km. + +All changes: +https://github.com/Open-MSS/MSS/milestone/70?closed=1 + Version 6.0.6 ~~~~~~~~~~~~~ diff --git a/mslib/version.py b/mslib/version.py index 1430ef5b1..02c8a8113 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.0.6.' +__version__ = u'6.1.0.'