Skip to content

Commit 01804c9

Browse files
committed
Merge tag 'v2.1.0' into develop
v2.1.0
2 parents 278042f + 72bee80 commit 01804c9

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Test with pytest
2424
run: |
2525
pytest
26-
- name: Analysing the code with pylint
27-
run: |
28-
pylint $(git ls-files '*.py')
26+
# - name: Analysing the code with pylint
27+
# run: |
28+
# pylint $(git ls-files '*.py')

CHANGELOG.md

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

3+
## [v2.1.0]
4+
- Fixing version
5+
36
## [v1.1.6]
47
- Modify the link to example
58

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='gs_api_client',
16-
version='1.1.6',
16+
version='2.1.0',
1717
description='Official Python idiomatic client for gridscale services',
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)