Skip to content

Commit

Permalink
version++ (0.8.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Mar 8, 2023
1 parent 371caf6 commit 9a1c607
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.8.2

- Updated to pygeodiff 2.0.2

## 0.8.1

- Use new endpoint to retrieve detailed information about project version (#167)
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.8.1"
__version__ = "0.8.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.8.1',
version='0.8.2',
url='https://github.com/MerginMaps/mergin-py-client',
license='MIT',
author='Lutra Consulting Ltd.',
Expand Down

0 comments on commit 9a1c607

Please sign in to comment.