Skip to content

Commit

Permalink
Merge pull request EVOLVED-5G#29 from EVOLVED-5G/update_version
Browse files Browse the repository at this point in the history
Updated version to v0.5.1 & HISTORY.rst
  • Loading branch information
pencinarsanz-atos authored Nov 4, 2021
2 parents 388e73a + 2fb11b9 commit b5c1f5f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
History
=======

0.5.1 (2021-03-11)
------------------

* Added class LocationSubscriber to SDK. A class that allows to get location monitoring reports from the 5G-API
* Clean-up the code
* New cli_helper.py class created to improve the code
* cli.py class updated for better practices
* Added new command options to interact with the pipelines


0.1.9 (2021-20-09)
------------------

Expand Down
2 changes: 1 addition & 1 deletion evolved5g/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Top-level package for Evolved5G_CLI."""

__author__ = "EVOLVED5G project"
__version__ = '0.5.0'
__version__ = '0.5.1'

# Uncomment next lines to give direct import access to modules
#from . import cli
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 = 0.5.0
current_version = 0.5.1
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 @@ -45,6 +45,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/EVOLVED-5G/SDK-CLI',
version='0.5.0',
version='0.5.1',
zip_safe=False,
)

0 comments on commit b5c1f5f

Please sign in to comment.