File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.6.6
4+
5+ - Add user_service() API call (#113 )
6+ - Updated to pygeodiff 1.0.5
7+
38## 0.6.5
49
510- CLI: add, remove and list user permissions in a project (#98 , #110 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "pypi"
55
66[packages ]
77python-dateutil = " ==2.6.0"
8- pygeodiff = " ==1.0.4 "
8+ pygeodiff = " ==1.0.5 "
99pytz = " ==2019.3"
1010
1111[dev-packages ]
Original file line number Diff line number Diff line change 11
22# The version is also stored in ../setup.py
3- __version__ = '0.6.5 '
3+ __version__ = '0.6.6 '
44
55# There seems to be no single nice way to keep version info just in one place:
66# https://packaging.python.org/guides/single-sourcing-package-version/
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'mergin-client' ,
8- version = '0.6.5 ' , # The version is also stored in mergin/version.py
8+ version = '0.6.6 ' , # The version is also stored in mergin/version.py
99 url = 'https://github.com/lutraconsulting/mergin-py-client' ,
1010 license = 'MIT' ,
1111 author = 'Lutra Consulting Ltd.' ,
1818 platforms = 'any' ,
1919 install_requires = [
2020 'python-dateutil==2.6.0' ,
21- 'pygeodiff==1.0.4 ' ,
21+ 'pygeodiff==1.0.5 ' ,
2222 'pytz==2019.3' ,
2323 'click' ,
2424 ],
You can’t perform that action at this time.
0 commit comments