Releases: gaqzi/py-gocd
Releases · gaqzi/py-gocd
v0.7.1
Changed
-
Change values that makes a request into a POST request:
- Any string (even empty)
- Any dict (even empty)
- True (which converts into an empty string)
This is a bug fix that came about because of differences between different Python versions, 2.6 handled empty dicts differently in urllib2 compared to 2.7, see pr #2 for details.
Thanks to @henriquegemignani for reporting and providing a fix!
Initial public release
Each journey starts with the first step, here ours started.