Skip to content

Commit 55f938c

Browse files
committed
Increase version to 0.5.0 and add changelog
1 parent 094368b commit 55f938c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## 0.5.0
4+
5+
- Update to geodiff 0.8.4 (fixes a rebase bug, adds logging, supports conflict files)
6+
- More detailed logging
7+
- Better handling of exceptions
8+
- CLI improvements and fixes
9+
- Fixed sync error with missing basefile
10+
- Changed version because the module is going to have also independent releases from QGIS plugin
11+
(they had synchronized version numbers until now)
12+
313
## 2020.4.1
414

515
- Fixed load error if pip is not available (#133)

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 Lutra Consulting
3+
Copyright (c) 2019-2020 Lutra Consulting
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.

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

0 commit comments

Comments
 (0)