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 135606a commit 6b9ffa7Copy full SHA for 6b9ffa7
README.md
@@ -67,7 +67,16 @@ Example code showing how to work with the new Client can be found in the *exampl
67
68
**Examples which use the old HubInstance interface -which is not maintained- are not guaranteed to work. Use at your own risk.**
69
70
+# Version History
71
+
72
+Including a version history on a go-forward basis.
73
74
+## v1.1.0
75
76
+Retries will be attempted for all HTTP verbs, not just GET.
77
78
# Test #
79
80
Using [pytest](https://pytest.readthedocs.io/en/latest/contents.html)
81
82
```bash
blackduck/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (1, 0, 7)
+VERSION = (1, 1, 0)
2
3
__version__ = '.'.join(map(str, VERSION))
0 commit comments