File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.11
4
+
5
+ - Update to geodiff 0.8.8 (fixed issues with unicode paths, better error reporting)
6
+
3
7
## 0.5.10
4
8
5
9
- Added API (paginated_projects_list()) for paginated listing of projects (#77 )
Original file line number Diff line number Diff line change 1
1
2
2
# The version is also stored in ../setup.py
3
- __version__ = '0.5.10 '
3
+ __version__ = '0.5.11 '
4
4
5
5
# There seems to be no single nice way to keep version info just in one place:
6
6
# https://packaging.python.org/guides/single-sourcing-package-version/
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = 'mergin-client' ,
8
- version = '0.5.10 ' , # The version is also stored in mergin/version.py
8
+ version = '0.5.11 ' , # The version is also stored in mergin/version.py
9
9
url = 'https://github.com/lutraconsulting/mergin-py-client' ,
10
10
license = 'MIT' ,
11
11
author = 'Lutra Consulting Ltd.' ,
18
18
platforms = 'any' ,
19
19
install_requires = [
20
20
'python-dateutil==2.6.0' ,
21
- 'pygeodiff==0.8.6 ' ,
21
+ 'pygeodiff==0.8.8 ' ,
22
22
'pytz==2019.3' ,
23
23
'click' ,
24
24
],
You can’t perform that action at this time.
0 commit comments