Skip to content

Commit 2bc521a

Browse files
committed
version++ (0.5.3)
1 parent 9fe9f15 commit 2bc521a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 0.5.2
411

512
- Release fix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ working directory:
7171

7272
### How to release
7373

74-
1. Update version in `setup.py`
74+
1. Update version in `setup.py` and `mergin/version.py`
7575
2. Tag git repository with the new version
7676
3. Create package and upload it
7777

mergin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# The version is also stored in ../setup.py
3-
__version__ = '0.5.2'
3+
__version__ = '0.5.3'
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/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
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
99
url='https://github.com/lutraconsulting/mergin-py-client',
1010
license='MIT',
1111
author='Lutra Consulting Ltd.',

0 commit comments

Comments
 (0)