Skip to content

Commit a593733

Browse files
Merge pull request #67 from EVOLVED-5G/develop
Develop
2 parents 8b8800f + 41a0fc9 commit a593733

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

HISTORY.rst

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,32 @@
22
History
33
=======
44

5+
0.6.7 (2022-02-02)
6+
------------------
7+
* Solve problem with Pypi
8+
9+
0.6.6 (2022-02-02)
10+
------------------
11+
* Remove two packages in requirement.txt: Pillow and Repotlab
12+
13+
0.6.5 (2022-02-02)
14+
------------------
15+
* New libraries are need it. Specify in readme file.
16+
17+
0.6.4 (2022-02-02)
18+
------------------
19+
* Security bug fixed.
20+
521
0.6.3 (2022-02-02)
622
------------------
723

824
* Changed Template repository location fode to NetApp Template
925

26+
* Added two packages in requirement.txt: Pillow and Repotlab
27+
1028
* Update on the NEF endpoints for monitoring event api and session with Qos.
1129
This ensures compatibility with latest NEF release
1230

13-
* Solve problem with Pypi
14-
1531

1632
0.6.2 (2022-01-28)
1733
------------------

evolved5g/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Top-level package for Evolved5G_CLI."""
22

33
__author__ = "EVOLVED5G project"
4-
__version__ = '0.6.3'
4+
__version__ = '0.6.7'
55

66
# Uncomment next lines to give direct import access to modules
77
#from . import cli

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.3
2+
current_version = 0.6.7
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
test_suite='tests',
4747
tests_require=test_requirements,
4848
url='https://github.com/EVOLVED-5G/SDK-CLI',
49-
version='0.6.3',
49+
version='0.6.7',
5050
zip_safe=False,
5151
)

0 commit comments

Comments
 (0)