From b4cb510cabcd266b12753f89e28e1f6a6cdcca9a Mon Sep 17 00:00:00 2001 From: Teun Zengerink Date: Thu, 15 Mar 2018 11:16:30 +0100 Subject: [PATCH] Prepare release after changed interface --- CHANGES.md | 5 +++++ LICENSE.MD | 2 +- setup.py | 2 +- usabilla.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9f6fa5d..0369610 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,11 @@ Changelog Here you find a full list of changes. +Version 2.0.0 +------------- + +- Raise HTTPError instead of returning Response + Version 1.3.0 ------------- diff --git a/LICENSE.MD b/LICENSE.MD index ffa2ffc..f8257ce 100644 --- a/LICENSE.MD +++ b/LICENSE.MD @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Usabilla +Copyright (c) 2018 Usabilla Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index 8a5f2d9..29945b0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ except ImportError: from distutils.core import setup -VERSION = '1.3.0' +VERSION = '2.0.0' setup( name='usabilla-api', diff --git a/usabilla.py b/usabilla.py index 74b1b71..31a5ba4 100644 --- a/usabilla.py +++ b/usabilla.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Usabilla.com +# Copyright (c) 2018 Usabilla.com # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the