From 7cda1337688ffcecf6ebcaccfc940093c0af1d0a Mon Sep 17 00:00:00 2001 From: Zach Goldstein Date: Thu, 3 Aug 2017 15:51:07 -0400 Subject: [PATCH] Release v2.1.0 --- airbrake/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbrake/__about__.py b/airbrake/__about__.py index 09559cc..739fadf 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__ = '2.0.0' +__version__ = '2.1.0' __keywords__ = ['airbrake', 'exceptions', 'airbrake.io'] __license__ = 'Apache License, Version 2.0' __url__ = 'https://github.com/airbrake/airbrake-python'