Skip to content

Commit

Permalink
Merge pull request #13 from usabilla/prepare-new-release
Browse files Browse the repository at this point in the history
Prepare release after changed interface
  • Loading branch information
Teun Zengerink authored Mar 15, 2018
2 parents 04d2973 + b4cb510 commit 77f25ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.MD
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
except ImportError:
from distutils.core import setup

VERSION = '1.3.0'
VERSION = '2.0.0'

setup(
name='usabilla-api',
Expand Down
2 changes: 1 addition & 1 deletion usabilla.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 77f25ad

Please sign in to comment.