Skip to content

Commit ed887f9

Browse files
committed
version++ (0.6.4) and bump geodiff version (1.0.3)
1 parent 6e68f94 commit ed887f9

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## 0.6.4
4+
5+
- Allow any namespace in create_project_and_push() (#104)
6+
- CLI: create project & push data using --from-dir (#105)
7+
- Update to pygeodiff 1.0.3
8+
39
## 0.6.3
410

511
- Update to pygeodiff 1.0.2

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 = "==1.0.2"
8+
pygeodiff = "==1.0.3"
99
pytz = "==2019.3"
1010

1111
[dev-packages]

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.3'
3+
__version__ = '0.6.4'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='mergin-client',
8-
version='0.6.3', # The version is also stored in mergin/version.py
8+
version='0.6.4', # 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.',
@@ -18,7 +18,7 @@
1818
platforms='any',
1919
install_requires=[
2020
'python-dateutil==2.6.0',
21-
'pygeodiff==1.0.2',
21+
'pygeodiff==1.0.3',
2222
'pytz==2019.3',
2323
'click',
2424
],

0 commit comments

Comments
 (0)