Skip to content

Commit 868e08a

Browse files
committed
version++ (0.5.1)
1 parent badec84 commit 868e08a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## 0.5.1
4+
5+
- Update to geodiff 0.8.5 (leaking file handles in hasChanges() call)
6+
- Better error reporting for CLI, detect expired access token
7+
- Project push: fail early if user does not have write permissions
8+
- Support more endpoints with project info + CLI integration
9+
- Raise ClientError when request fails when trying to log in
10+
311
## 0.5.0
412

513
- Update to geodiff 0.8.4 (fixes a rebase bug, adds logging, supports conflict files)

Pipfile

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

66
[packages]
77
python-dateutil = "==2.6.0"
8-
pygeodiff = "==0.8.4"
8+
pygeodiff = "==0.8.5"
99
pytz = "==2019.3"
1010

1111

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.0',
8+
version='0.5.1',
99
url='https://github.com/lutraconsulting/mergin-py-client',
1010
license='MIT',
1111
author='Lutra Consulting Ltd.',

0 commit comments

Comments
 (0)