From 2502c91b62dfb47dc53388124ef6f245114d27b0 Mon Sep 17 00:00:00 2001 From: Sam Stavinoha Date: Thu, 9 Jun 2016 10:49:43 -0500 Subject: [PATCH] bump to 1.3.3 for notify fix --- airbrake/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbrake/__about__.py b/airbrake/__about__.py index 8887e62..a5861d5 100644 --- a/airbrake/__about__.py +++ b/airbrake/__about__.py @@ -16,7 +16,7 @@ __summary__ = 'Python SDK for airbrake.io' __author__ = 'BK Box, Sam Stavinoha' __email__ = 'samuel.stavinoha@rackspace.com' -__version__ = '1.3.2' +__version__ = '1.3.3' __keywords__ = ['airbrake', 'exceptions', 'airbrake.io'] __license__ = 'Apache License, Version 2.0' __url__ = 'https://github.com/airbrake/airbrake-python'