Skip to content

Commit dce26b7

Browse files
committed
Bump package version to 1.2.47
1 parent e9dbdb0 commit dce26b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
360 Monitoring ([360monitoring.com](https://360monitoring.com)) is a web service that monitors and displays statistics of
44
your server performance.
55

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.
77
It's been optimized to have low CPU consumption and comes with an
88
extendable set of useful plugins.
99

agent360/agent360.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
from urllib import urlencode
4949
from urllib2 import urlopen, Request, HTTPError
5050

51-
__version__ = '1.2.46'
51+
__version__ = '1.2.47'
5252
__FILEABSDIRNAME__ = os.path.dirname(os.path.abspath(__file__))
5353

5454
ini_files = (

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setuptools.setup(
2323
name='agent360',
24-
version='1.2.46',
24+
version='1.2.47',
2525
description='360 agent',
2626
long_description_content_type='text/markdown',
2727
long_description=readme,

windows/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "Agent360"
2-
#define MyAppVersion "1.2.46"
2+
#define MyAppVersion "1.2.47"
33
#define MyAppPublisher "360 Monitoring"
44
#define MyAppURL "https://360monitoring.io/"
55

0 commit comments

Comments
 (0)