We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c1a65 commit 32db3f5Copy full SHA for 32db3f5
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name = 'robotframework-httplibrary',
15
- version = "0.3.1",
+ version = "0.3.2",
16
description = 'Robot Framework keywords for HTTP requests',
17
long_description = long_description,
18
author = 'Filip Noetzel',
src/HttpLibrary/__init__.py
@@ -31,7 +31,7 @@ class HTTP:
31
Pointer, go to http://tools.ietf.org/html/draft-pbryan-zyp-json-pointer-00.
32
"""
33
34
- ROBOT_LIBRARY_VERSION = "0.3.1"
+ ROBOT_LIBRARY_VERSION = "0.3.2"
35
36
class Context(object):
37
def __init__(self, http, host=None):
0 commit comments