File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.3
4
+
5
+ - ix download/pull of subdirs with just empty file(s) (qgis-mergin-plugin #160 )
6
+ - Add version info to user agent + log versions in log file (qgis-mergin-plugin #150 )
7
+ - Raise exception when username is passed but no password
8
+ - Automatic running of tests in continuous integration on GitHub (#64 )
9
+
3
10
## 0.5.2
4
11
5
12
- Release fix
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ working directory:
71
71
72
72
### How to release
73
73
74
- 1 . Update version in ` setup.py `
74
+ 1 . Update version in ` setup.py ` and ` mergin/version.py `
75
75
2 . Tag git repository with the new version
76
76
3 . Create package and upload it
77
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.2 '
3
+ __version__ = '0.5.3 '
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.2 ' , # The version is also stored in mergin/version.py
8
+ version = '0.5.3 ' , # 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.' ,
You can’t perform that action at this time.
0 commit comments