Skip to content

Commit f8f4a29

Browse files
committed
version++ (0.5.7)
1 parent 7e3c691 commit f8f4a29

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.5.7
4+
5+
- Fixed quota check when uploading to organisations (#70)
6+
- Added API to manage collaborators in a project
7+
38
## 0.5.6
49

510
- Added API for cloning of projects

mergin/version.py

+1-1
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.5.6'
3+
__version__ = '0.5.7'
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='mergin-client',
8-
version='0.5.6', # The version is also stored in mergin/version.py
8+
version='0.5.7', # 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)