File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## 0.9.2
4
11
5
12
- Update rules when pushing with editor permission level (#208 )
Original file line number Diff line number Diff line change 1
1
# The version is also stored in ../setup.py
2
- __version__ = "0.9.2 "
2
+ __version__ = "0.9.3 "
3
3
4
4
# There seems to be no single nice way to keep version info just in one place:
5
5
# 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.9.2 ' ,
8
+ version = '0.9.3 ' ,
9
9
url = 'https://github.com/MerginMaps/python-api-client' ,
10
10
license = 'MIT' ,
11
11
author = 'Lutra Consulting Ltd.' ,
18
18
platforms = 'any' ,
19
19
install_requires = [
20
20
'python-dateutil==2.8.2' ,
21
- 'pygeodiff==2.0.2 ' ,
21
+ 'pygeodiff==2.0.4 ' ,
22
22
'pytz==2022.1' ,
23
23
'click==8.1.3' ,
24
24
],
You can’t perform that action at this time.
0 commit comments