raise HTTPError for a better handling of 401 and so on

This commit is contained in:
Olivier Demah
2016-05-01 00:39:36 +02:00
parent 944e1302d8
commit 07f6057421
2 changed files with 5 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
VERSION = (1, 0, 1) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])
VERSION = (1, 1, 0) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])