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 11# Changelog
22
3+ ## 0.5.4
4+
5+ - Disable upload of renames of files to prevent corrupt projects (#27 )
6+
37## 0.5.3
48
5- - ix download/pull of subdirs with just empty file(s) (qgis-mergin-plugin #160 )
9+ - Fix download/pull of subdirs with just empty file(s) (qgis-mergin-plugin #160 )
610- Add version info to user agent + log versions in log file (qgis-mergin-plugin #150 )
711- Raise exception when username is passed but no password
812- Automatic running of tests in continuous integration on GitHub (#64 )
Original file line number Diff line number Diff line change 11
22# The version is also stored in ../setup.py
3- __version__ = '0.5.3 '
3+ __version__ = '0.5.4 '
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.5.3 ' , # The version is also stored in mergin/version.py
8+ version = '0.5.4 ' , # 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.' ,
You can’t perform that action at this time.
0 commit comments