Skip to content

Commit 267415a

Browse files
authored
Merge pull request #81 from plesk/TECH-bump-1.3.3
TECH Bump version up to 1.3.3
2 parents 5fae68b + 20036c2 commit 267415a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

agent360/agent360.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
from urllib import urlencode
5353
from urllib2 import urlopen, Request, HTTPError
5454

55-
__version__ = '1.3.2'
55+
__version__ = '1.3.3'
5656
__FILEABSDIRNAME__ = os.path.dirname(os.path.abspath(__file__))
5757
sslContext = ssl.create_default_context(cafile=certifi.where())
5858

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.3.2',
24+
version='1.3.3',
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.3.2"
2+
#define MyAppVersion "1.3.3"
33
#define MyAppPublisher "360 Monitoring"
44
#define MyAppURL "https://360monitoring.io/"
55

0 commit comments

Comments
 (0)