Skip to content

Commit 77f25ad

Browse files
author
Teun Zengerink
authored
Merge pull request #13 from usabilla/prepare-new-release
Prepare release after changed interface
2 parents 04d2973 + b4cb510 commit 77f25ad

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
Here you find a full list of changes.
55

6+
Version 2.0.0
7+
-------------
8+
9+
- Raise HTTPError instead of returning Response
10+
611
Version 1.3.0
712
-------------
813

LICENSE.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 Usabilla
3+
Copyright (c) 2018 Usabilla
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
except ImportError:
44
from distutils.core import setup
55

6-
VERSION = '1.3.0'
6+
VERSION = '2.0.0'
77

88
setup(
99
name='usabilla-api',

usabilla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017 Usabilla.com
1+
# Copyright (c) 2018 Usabilla.com
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a
44
# copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)