Skip to content

Commit

Permalink
Merge pull request #150 from EVOLVED-5G/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
EVOLVED5G authored Jul 4, 2023
2 parents 9cb6d5f + b248243 commit 21fbc45
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

-------------------
1.0.8 (2023-07-04)
-------------------
* Bug fix on CAPIFConnector.offboard_and_deregister_netapp method
* Update on documentation

-------------------
1.0.7 (2023-06-15)
-------------------
Expand Down
3 changes: 2 additions & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ You can either clone the public repository:

.. code-block:: console
$ git clone git://github.com/EVOLVED-5G/SDK-CLI
$ git clone git@github.com:EVOLVED-5G/SDK-CLI.git
$ git clone https://github.com/EVOLVED-5G/SDK-CLI.git
Or download the `tarball`_.

Expand Down
2 changes: 0 additions & 2 deletions evolved5g/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -1070,8 +1070,6 @@ def de_register_from_capif(self,role):
)
response.raise_for_status()

response_payload = json.loads(response.text)
return response_payload

def __save_capif_ca_root_file_and_get_auth_token(self, role):

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.7
current_version = 1.0.8
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/EVOLVED-5G/SDK-CLI",
version="1.0.7",
version="1.0.8",
zip_safe=False,
)

0 comments on commit 21fbc45

Please sign in to comment.