diff --git a/HISTORY.rst b/HISTORY.rst index 729eca6..b733875 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 diff --git a/evolved5g/__init__.py b/evolved5g/__init__.py index 9292a1c..d81f9de 100644 --- a/evolved5g/__init__.py +++ b/evolved5g/__init__.py @@ -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 diff --git a/setup.cfg b/setup.cfg index b5ab61c..165339f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.7 +current_version = 0.6.8 commit = True tag = True diff --git a/setup.py b/setup.py index 3d96cca..9a0a60a 100644 --- a/setup.py +++ b/setup.py @@ -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, )