Skip to content

Commit dc98400

Browse files
committed
Update Version to 1.5.2rc2
Signed-off-by: Luca Carrogu <[email protected]>
1 parent 192bc64 commit dc98400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read(fname):
2121

2222
console_scripts = ['sqswatcher = sqswatcher.sqswatcher:main',
2323
'nodewatcher = nodewatcher.nodewatcher:main']
24-
version = "1.5.2rc1"
24+
version = "1.5.2rc2"
2525
requires = ['boto>=2.48.0', 'python-dateutil>=2.6.1']
2626

2727
if sys.version_info[:2] == (2, 6):

0 commit comments

Comments
 (0)