From c806a27b08f03039066afac50267d99d46841765 Mon Sep 17 00:00:00 2001 From: Sam Stavinoha Date: Wed, 13 Apr 2016 12:21:50 -0500 Subject: [PATCH] bump to version 1.3.2 for traceback duck-typing --- airbrake/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbrake/__about__.py b/airbrake/__about__.py index a00ced5..8887e62 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.1' +__version__ = '1.3.2' __keywords__ = ['airbrake', 'exceptions', 'airbrake.io'] __license__ = 'Apache License, Version 2.0' __url__ = 'https://github.com/airbrake/airbrake-python'