Skip to content

Commit 6b9ffa7

Browse files
author
Glenn Snyder
committed
pushing new minor revision to PyPi
1 parent 135606a commit 6b9ffa7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,16 @@ Example code showing how to work with the new Client can be found in the *exampl
6767

6868
**Examples which use the old HubInstance interface -which is not maintained- are not guaranteed to work. Use at your own risk.**
6969

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+
7078
# Test #
79+
7180
Using [pytest](https://pytest.readthedocs.io/en/latest/contents.html)
7281

7382
```bash

blackduck/__version__.py

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

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

0 commit comments

Comments
 (0)