Skip to content

Commit 76471b3

Browse files
committed
Bump 0.9.4
1 parent ae0341e commit 76471b3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

3+
Changelog is moved to [GitHub releases](https://github.com/MerginMaps/python-api-client/releases).
4+
35
## 0.9.3
46

57
- Added ```list-files``` CLI command for list of project files (#199 by @kaloyan13)

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.9.3"
2+
__version__ = "0.9.4"
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.9.3',
8+
version='0.9.4',
99
url='https://github.com/MerginMaps/python-api-client',
1010
license='MIT',
1111
author='Lutra Consulting Ltd.',

0 commit comments

Comments
 (0)