We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371caf6 commit 9a1c607Copy full SHA for 9a1c607
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.8.2
4
+
5
+- Updated to pygeodiff 2.0.2
6
7
## 0.8.1
8
9
- Use new endpoint to retrieve detailed information about project version (#167)
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/
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',
10
license='MIT',
11
author='Lutra Consulting Ltd.',
0 commit comments