Skip to content

Commit be4cf48

Browse files
committed
version++ (0.7.0)
1 parent 6377fc0 commit be4cf48

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.7.0
4+
5+
- Added support for reporting of changes based on project history
6+
- Fixed sync issues on Windows when schema changes (#117)
7+
- Better naming of conflict files (#62)
8+
- Unhandled exceptions during pull get written to the client log (#103)
9+
- Fixed download of earlier version of GeoPackage files (#119)
10+
311
## 0.6.6
412

513
- Add user_service() API call (#113)

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.6.6'
3+
__version__ = '0.7.0'
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.6.6', # The version is also stored in mergin/version.py
8+
version='0.7.0', # 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)