Skip to content

Commit 21bd876

Browse files
authored
Merge pull request #163 from MerginMaps/prepare-080-release
Prepare 0.8.0 release
2 parents 37047c7 + 62f9be8 commit 21bd876

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 0.8.0
4+
5+
- Added workspace API to list available workspaces, creating a new workspace and listing projects (#150, #152, #158)
6+
- Removed check for available storage when syncing to personal namespace (#159)
7+
- Added storing project IDs to project metadata files (#154)
8+
39
## 0.7.4
410

511
- Added set_tables_to_skip() to optionally configure which tables to ignore in geodiff

mergin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The version is also stored in ../setup.py
2-
__version__ = "0.7.4"
2+
__version__ = "0.8.0"
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

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.7.4',
8+
version='0.8.0',
99
url='https://github.com/MerginMaps/mergin-py-client',
1010
license='MIT',
1111
author='Lutra Consulting Ltd.',

0 commit comments

Comments
 (0)