Skip to content

Commit

Permalink
Merge pull request #163 from MerginMaps/prepare-080-release
Browse files Browse the repository at this point in the history
Prepare 0.8.0 release
  • Loading branch information
tomasMizera authored Feb 1, 2023
2 parents 37047c7 + 62f9be8 commit 21bd876
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.8.0

- Added workspace API to list available workspaces, creating a new workspace and listing projects (#150, #152, #158)
- Removed check for available storage when syncing to personal namespace (#159)
- Added storing project IDs to project metadata files (#154)

## 0.7.4

- Added set_tables_to_skip() to optionally configure which tables to ignore in geodiff
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.7.4"
__version__ = "0.8.0"

# 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.7.4',
version='0.8.0',
url='https://github.com/MerginMaps/mergin-py-client',
license='MIT',
author='Lutra Consulting Ltd.',
Expand Down

0 comments on commit 21bd876

Please sign in to comment.