From 279abb5b11a333cf12cf9ca37e77a92c272b28fd Mon Sep 17 00:00:00 2001 From: ryanss <ryanssdev@icloud.com> Date: Thu, 4 Feb 2016 11:02:43 -0500 Subject: [PATCH] Release version 0.1.2 --- .gitignore | 2 ++ setup.py | 4 ++-- sugarcrm.py | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0d20b64..56c293d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.pyc +dist +sugarcrm.egg-info diff --git a/setup.py b/setup.py index 9f6f1d1..33d57fb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # Author: ryanss <ryanssdev@icloud.com> # Website: https://github.com/ryanss/sugarcrm # License: MIT (see LICENSE file) -# Version: 0.1.1 (October 4, 2015) +# Version: 0.1.2 (February 4, 2016) try: @@ -16,7 +16,7 @@ except ImportError: setup( name='sugarcrm', - version='0.1.1', + version='0.1.2', author='ryanss', author_email='ryanssdev@icloud.com', url='https://github.com/ryanss/sugarcrm', diff --git a/sugarcrm.py b/sugarcrm.py index cf226e6..21d0386 100644 --- a/sugarcrm.py +++ b/sugarcrm.py @@ -5,9 +5,9 @@ # Author: ryanss <ryanssdev@icloud.com> # Website: https://github.com/ryanss/sugarcrm # License: MIT (see LICENSE file) -# Version: 0.1.1 (October 4, 2015) +# Version: 0.1.2 (February 4, 2016) -__version__ = '0.1.1' +__version__ = '0.1.2' import base64 -- GitLab