Skip to content

Commit 61d235d

Browse files
committed
version++ (0.6.2)
1 parent 0968f90 commit 61d235d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 0.6.2
4+
5+
- Fixed python error when pushing changes
6+
37
## 0.6.1
48

59
- Added APIs to download individual files at any version (download_file()) and diffs (get_file_diff()) (#93)

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