Skip to content

Commit

Permalink
Merge pull request #69 from EVOLVED-5G/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rimarala authored Feb 3, 2022
2 parents a593733 + 0bd2448 commit 660acc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.
20 changes: 1 addition & 19 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,11 @@
History
=======

0.6.7 (2022-02-02)
------------------
* Solve problem with Pypi

0.6.6 (2022-02-02)
------------------
* Remove two packages in requirement.txt: Pillow and Repotlab

0.6.5 (2022-02-02)
------------------
* New libraries are need it. Specify in readme file.

0.6.4 (2022-02-02)
------------------
* Security bug fixed.

0.6.3 (2022-02-02)
0.6.8 (2022-02-03)
------------------

* Changed Template repository location fode to NetApp Template

* Added two packages in requirement.txt: Pillow and Repotlab

* Update on the NEF endpoints for monitoring event api and session with Qos.
This ensures compatibility with latest NEF release

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.6.7'
__version__ = '0.6.8'

# 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.6.7
current_version = 0.6.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 @@ -46,6 +46,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/EVOLVED-5G/SDK-CLI',
version='0.6.7',
version='0.6.8',
zip_safe=False,
)

0 comments on commit 660acc2

Please sign in to comment.