We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0341e commit 76471b3Copy full SHA for 76471b3
3 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+Changelog is moved to [GitHub releases](https://github.com/MerginMaps/python-api-client/releases).
4
+
5
## 0.9.3
6
7
- Added ```list-files``` CLI command for list of project files (#199 by @kaloyan13)
mergin/version.py
@@ -1,5 +1,5 @@
# The version is also stored in ../setup.py
-__version__ = "0.9.3"
+__version__ = "0.9.4"
# 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/
setup.py
@@ -5,7 +5,7 @@
setup(
name='mergin-client',
8
- version='0.9.3',
+ version='0.9.4',
9
url='https://github.com/MerginMaps/python-api-client',
10
license='MIT',
11
author='Lutra Consulting Ltd.',
0 commit comments