Skip to content

Commit de77406

Browse files
author
Glenn Snyder
committed
fixing url encoding of parameters with special chars
1 parent fbd76b0 commit de77406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blackduck/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 0, 49)
1+
VERSION = (0, 0, 50)
22

33
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)