We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 278042f + 72bee80 commit 01804c9Copy full SHA for 01804c9
.github/workflows/pytest.yml
@@ -23,6 +23,6 @@ jobs:
23
- name: Test with pytest
24
run: |
25
pytest
26
- - name: Analysing the code with pylint
27
- run: |
28
- pylint $(git ls-files '*.py')
+# - name: Analysing the code with pylint
+# run: |
+# pylint $(git ls-files '*.py')
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [v2.1.0]
4
+- Fixing version
5
+
6
## [v1.1.6]
7
- Modify the link to example
8
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='gs_api_client',
16
- version='1.1.6',
+ version='2.1.0',
17
description='Official Python idiomatic client for gridscale services',
18
long_description=long_description,
19
long_description_content_type="text/markdown",
0 commit comments