Skip to content

Commit 4c56888

Browse files
author
petersilva
committed
release v2.20.01b2
1 parent 6564490 commit 4c56888

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ lists all changes between versions.
66

77
**git repo**
88

9+
**2.20.01b2**
10+
11+
* bugfix: race condition where retry.state files might disappear while gathering status.
12+
913
**2.19.12b7**
1014

1115
* bugfix #295 sr status crashes if some directories are missing.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
metpx-sarracenia (2.20.01b2) unstable; urgency=medium
2+
3+
* bugfix: race condition where retry.state files might disappear while gathering status.
4+
5+
-- Peter Silva <peter@blacklab> Fri, 03 Jan 2020 09:24:00 -0500
6+
17
metpx-sarracenia (2.20.01b1) unstable; urgency=medium
28

39
* re-release because of complications with publishing.

sarra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
3030
#
3131
#
32-
__version__ = "2.20.01b1"
32+
__version__ = "2.20.01b2"

0 commit comments

Comments
 (0)