Skip to content

Commit

Permalink
Bump to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
taliaga committed Sep 10, 2019
1 parent a65c203 commit 9b6bd83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# QuantumLeap Release Notes

## 0.7.5

- Fix bug with lastN parameter (#249)

## 0.7.4

- Fix bug with Custom Time Index header handling (#247)
Expand Down
2 changes: 1 addition & 1 deletion src/reporter/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ def test_version():
r = requests.get('{}'.format(version_url))
assert r.status_code == 200, r.text
assert r.json() == {
"version": "0.7.4"
"version": "0.7.5"
}
2 changes: 1 addition & 1 deletion src/reporter/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

def version():
return {
'version': '0.7.4'
'version': '0.7.5'
}

0 comments on commit 9b6bd83

Please sign in to comment.