Skip to content

Commit 0bd2448

Browse files
authored
Merge pull request #68 from EVOLVED-5G/tidyuphistory
Tidyuphistory
2 parents 41a0fc9 + 91adfaa commit 0bd2448

File tree

4 files changed

+4
-22
lines changed

4 files changed

+4
-22
lines changed

HISTORY.rst

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,11 @@
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-
21-
0.6.3 (2022-02-02)
5+
0.6.8 (2022-02-03)
226
------------------
237

248
* Changed Template repository location fode to NetApp Template
259

26-
* Added two packages in requirement.txt: Pillow and Repotlab
27-
2810
* Update on the NEF endpoints for monitoring event api and session with Qos.
2911
This ensures compatibility with latest NEF release
3012

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.7'
4+
__version__ = '0.6.8'
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.7
2+
current_version = 0.6.8
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.7',
49+
version='0.6.8',
5050
zip_safe=False,
5151
)

0 commit comments

Comments
 (0)