Skip to content

Commit d734ee4

Browse files
authored
Merge pull request #218 from MerginMaps/upgrade-geodiff
Upgrade geodiff to 2.0.4
2 parents e15324c + 780b4b2 commit d734ee4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.9.3
4+
5+
- Added ```list-files``` CLI command for list of project files (#199 by @kaloyan13)
6+
- Upgrade pygeodiff to 2.0.4 (#217)
7+
- Do not use paginated endpoint for project version detail (#216)
8+
- Improve client error handling (#209)
9+
310
## 0.9.2
411

512
- Update rules when pushing with editor permission level (#208)

mergin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The version is also stored in ../setup.py
2-
__version__ = "0.9.2"
2+
__version__ = "0.9.3"
33

44
# There seems to be no single nice way to keep version info just in one place:
55
# https://packaging.python.org/guides/single-sourcing-package-version/

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='mergin-client',
8-
version='0.9.2',
8+
version='0.9.3',
99
url='https://github.com/MerginMaps/python-api-client',
1010
license='MIT',
1111
author='Lutra Consulting Ltd.',
@@ -18,7 +18,7 @@
1818
platforms='any',
1919
install_requires=[
2020
'python-dateutil==2.8.2',
21-
'pygeodiff==2.0.2',
21+
'pygeodiff==2.0.4',
2222
'pytz==2022.1',
2323
'click==8.1.3',
2424
],

0 commit comments

Comments
 (0)