diff --git a/CHANGELOG.md b/CHANGELOG.md index e272e6a..6395980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.8.2 + +- Updated to pygeodiff 2.0.2 + ## 0.8.1 - Use new endpoint to retrieve detailed information about project version (#167) diff --git a/mergin/version.py b/mergin/version.py index a758751..d9649a1 100644 --- a/mergin/version.py +++ b/mergin/version.py @@ -1,5 +1,5 @@ # The version is also stored in ../setup.py -__version__ = "0.8.1" +__version__ = "0.8.2" # There seems to be no single nice way to keep version info just in one place: # https://packaging.python.org/guides/single-sourcing-package-version/ diff --git a/setup.py b/setup.py index d710b16..5060a93 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='mergin-client', - version='0.8.1', + version='0.8.2', url='https://github.com/MerginMaps/mergin-py-client', license='MIT', author='Lutra Consulting Ltd.',