Skip to content

Commit 5dac27b

Browse files
committed
version++ (0.5.12)
1 parent c9cf65e commit 5dac27b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## 0.5.12
4+
5+
- CLI: simplified authentication, with multiple options now (#76)
6+
- user can pass MERGIN_USERNAME and MERGIN_PASSWORD env variables to commands
7+
- user can pass --username (and optionally --password) command line arguments to commands
8+
- user can still use "mergin login" command to first get auth token and set MERGIN_AUTH_TOKEN or pass --auth-token command line argument
9+
- CLI: it is possible to create a project in a different namespace (#81)
10+
- Fixed removal of projects in CLI (#82)
11+
- Fixed possible error when removing project on Windows (#57)
12+
- Fixed issue when a file was deleted both locally and on the server (qgis-mergin-plugin#232)
13+
- Added optional global log (in addition to per-project logs)
14+
- Improved handling of auth token problems
15+
- Better error reporting
16+
317
## 0.5.11
418

519
- Update to geodiff 0.8.8 (fixed issues with unicode paths, better error reporting)

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