From 2875ebc4b10828d46dfca0ed0ebea51107b22c61 Mon Sep 17 00:00:00 2001 From: Colin Yang Date: Thu, 23 Apr 2020 11:42:20 -0700 Subject: [PATCH] version 1.2.4 relay url params to oncall calendar endpoint --- src/iris_relay/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iris_relay/__init__.py b/src/iris_relay/__init__.py index 64e9cbb..b67ec1d 100644 --- a/src/iris_relay/__init__.py +++ b/src/iris_relay/__init__.py @@ -1,4 +1,4 @@ # Copyright (c) LinkedIn Corporation. All rights reserved. Licensed under the BSD-2 Clause license. # See LICENSE in the project root for license information. -__version__ = '1.2.3' +__version__ = '1.2.4'