Skip to content

Commit 392a4d0

Browse files
authored
Merge pull request #78 from plesk/tech-ssmirnov-bumb-version
TECH Bump version up to 1.3.2
2 parents 1e8220c + f317b67 commit 392a4d0

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.1'
55+
__version__ = '1.3.2'
5656
__FILEABSDIRNAME__ = os.path.dirname(os.path.abspath(__file__))
5757

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

0 commit comments

Comments
 (0)