diff --git a/CHANGELOG.md b/CHANGELOG.md index abf6ecd..4c88c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v1.6.0] - 2022-03-10 ### Changed - Changed the download link from Git-LFS to the official data.bris data repository, with URI diff --git a/mumin/__init__.py b/mumin/__init__.py index 62b07d7..b13eb96 100644 --- a/mumin/__init__.py +++ b/mumin/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.5.0' +__version__ = '1.6.0' # Set up logging import logging