Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 86039b8

Browse files
committed
version bump
2 parents 1020da6 + 6219b4d commit 86039b8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

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

55
setup(
66
name='tgt_grease',
7-
version='2.3.7',
7+
version='2.3.9',
88
license="MIT",
99
description='Modern distributed automation engine built with love by Target',
1010
long_description="""

tgt_grease/core/InversionOfControl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
class GreaseContainer(object):
1010
"""Inversion of Control Container for objects in GREASE"""
1111

12-
1312
def __init__(self, *args, **kwargs):
1413
if args or kwargs:
1514
self.getLogger().warning(

0 commit comments

Comments
 (0)