File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
360 Monitoring ([ 360monitoring.com] ( https://360monitoring.com ) ) is a web service that monitors and displays statistics of
4
4
your server performance.
5
5
6
- Agent360 is OS agnostic software compatible with Python 2.7, 3.5, and 3.6 .
6
+ Agent360 is OS agnostic software compatible with Python 3.7 and 3.8 .
7
7
It's been optimized to have low CPU consumption and comes with an
8
8
extendable set of useful plugins.
9
9
Original file line number Diff line number Diff line change 48
48
from urllib import urlencode
49
49
from urllib2 import urlopen , Request , HTTPError
50
50
51
- __version__ = '1.2.46 '
51
+ __version__ = '1.2.47 '
52
52
__FILEABSDIRNAME__ = os .path .dirname (os .path .abspath (__file__ ))
53
53
54
54
ini_files = (
Original file line number Diff line number Diff line change 21
21
22
22
setuptools .setup (
23
23
name = 'agent360' ,
24
- version = '1.2.46 ' ,
24
+ version = '1.2.47 ' ,
25
25
description = '360 agent' ,
26
26
long_description_content_type = 'text/markdown' ,
27
27
long_description = readme ,
Original file line number Diff line number Diff line change 1
1
#define MyAppName " Agent360"
2
- #define MyAppVersion " 1.2.46 "
2
+ #define MyAppVersion " 1.2.47 "
3
3
#define MyAppPublisher " 360 Monitoring"
4
4
#define MyAppURL " https://360monitoring.io/"
5
5
You can’t perform that action at this time.
0 commit comments