This repository was archived by the owner on Apr 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wouter de Bie
committed
Jul 14, 2016
1 parent
9b3b6cf
commit 0a3aa9c
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
snakebite (2.10.1) unstable; urgency=low | ||
|
||
Revert "Add client retry for block read failures" | ||
|
||
-- Wouter de Bie <[email protected]> Fri, 14 Jul 2016 13:12:25 -0000 | ||
|
||
snakebite (2.10.0) unstable; urgency=low | ||
|
||
Add client retry for block read failures | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = "2.10.0" | ||
VERSION = "2.10.1" | ||
|
||
|
||
def version(): | ||
|