Skip to content

Commit

Permalink
version++ (0.9.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jun 17, 2024
1 parent 923030e commit 45d4454
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.9.2

- Update rules when pushing with editor permission level (#208)

## 0.9.1

- 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)
Expand Down
2 changes: 1 addition & 1 deletion mergin/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The version is also stored in ../setup.py
__version__ = "0.9.1"
__version__ = "0.9.2"

# There seems to be no single nice way to keep version info just in one place:
# https://packaging.python.org/guides/single-sourcing-package-version/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='mergin-client',
version='0.9.1',
version='0.9.2',
url='https://github.com/MerginMaps/mergin-py-client',
license='MIT',
author='Lutra Consulting Ltd.',
Expand Down

0 comments on commit 45d4454

Please sign in to comment.