File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Expand file tree Collapse file tree 4 files changed +21
-5
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
+
5
21
0.6.3 (2022-02-02)
6
22
------------------
7
23
8
24
* Changed Template repository location fode to NetApp Template
9
25
26
+ * Added two packages in requirement.txt: Pillow and Repotlab
27
+
10
28
* Update on the NEF endpoints for monitoring event api and session with Qos.
11
29
This ensures compatibility with latest NEF release
12
30
13
- * Solve problem with Pypi
14
-
15
31
16
32
0.6.2 (2022-01-28)
17
33
------------------
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.3 '
4
+ __version__ = '0.6.7 '
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.3
2
+ current_version = 0.6.7
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.3 ' ,
49
+ version = '0.6.7 ' ,
50
50
zip_safe = False ,
51
51
)
You can’t perform that action at this time.
0 commit comments