Skip to content

Commit 32db3f5

Browse files
committed
v0.3.2
1 parent f4c1a65 commit 32db3f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name = 'robotframework-httplibrary',
15-
version = "0.3.1",
15+
version = "0.3.2",
1616
description = 'Robot Framework keywords for HTTP requests',
1717
long_description = long_description,
1818
author = 'Filip Noetzel',

src/HttpLibrary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class HTTP:
3131
Pointer, go to http://tools.ietf.org/html/draft-pbryan-zyp-json-pointer-00.
3232
"""
3333

34-
ROBOT_LIBRARY_VERSION = "0.3.1"
34+
ROBOT_LIBRARY_VERSION = "0.3.2"
3535

3636
class Context(object):
3737
def __init__(self, http, host=None):

0 commit comments

Comments
 (0)