File tree Expand file tree Collapse file tree 4 files changed +4
-22
lines changed Expand file tree Collapse file tree 4 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
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)
22
6
------------------
23
7
24
8
* Changed Template repository location fode to NetApp Template
25
9
26
- * Added two packages in requirement.txt: Pillow and Repotlab
27
-
28
10
* Update on the NEF endpoints for monitoring event api and session with Qos.
29
11
This ensures compatibility with latest NEF release
30
12
Original file line number Diff line number Diff line change 1
1
"""Top-level package for Evolved5G_CLI."""
2
2
3
3
__author__ = "EVOLVED5G project"
4
- __version__ = '0.6.7 '
4
+ __version__ = '0.6.8 '
5
5
6
6
# Uncomment next lines to give direct import access to modules
7
7
#from . import cli
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.6.7
2
+ current_version = 0.6.8
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 46
46
test_suite = 'tests' ,
47
47
tests_require = test_requirements ,
48
48
url = 'https://github.com/EVOLVED-5G/SDK-CLI' ,
49
- version = '0.6.7 ' ,
49
+ version = '0.6.8 ' ,
50
50
zip_safe = False ,
51
51
)
You can’t perform that action at this time.
0 commit comments