Skip to content

Commit 2d72fc0

Browse files
committed
version++ (0.9.1)
1 parent 208f01b commit 2d72fc0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 0.9.1
4+
5+
- Support for "editor" permission level for server >= 2024.4.0. Editors have more limited functionality than "writer" permission: they are not allowed to modify the QGIS project file or change structure of tables (#202, #207)
6+
- Better handling of unexpected errors during the initial download of a project (#201)
7+
- Fixes to CI (#205)
8+
39
## 0.9.0
410

511
- Add `reset_local_changes()` API call and `reset` CLI command to make it possible to discard any changes in the local project directory (#107)

mergin/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The version is also stored in ../setup.py
2-
__version__ = "0.9.0"
2+
__version__ = "0.9.1"
33

44
# There seems to be no single nice way to keep version info just in one place:
55
# 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.9.0',
8+
version='0.9.1',
99
url='https://github.com/MerginMaps/mergin-py-client',
1010
license='MIT',
1111
author='Lutra Consulting Ltd.',

0 commit comments

Comments
 (0)