Skip to content

Commit 6bc8a33

Browse files
diegocepedawjwon
authored andcommitted
bumnp version
1 parent 8618208 commit 6bc8a33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/iris/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.32"
1+
__version__ = "1.0.33"

src/iris/vendors/iris_slack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ def send_message(self, message):
125125
try:
126126
response = requests.post(message_endpoint,
127127
headers={
128-
'Authorization': 'Bearer %s' % self.config['auth_token'],
129-
'Content-Type': 'application/json'
128+
'Authorization': 'Bearer %s' % self.config['auth_token'],
129+
'Content-Type': 'application/json'
130130
},
131131
data=ujson.dumps(payload),
132132
proxies=self.proxy,

0 commit comments

Comments
 (0)