Skip to content

Commit 3af9e46

Browse files
committed
Release v0.2.1
1 parent 15ba15f commit 3af9e46

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

otsserver/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# modified, propagated, or distributed except according to the terms contained
1010
# in the LICENSE file.
1111

12-
__version__ = "0.2.0"
12+
__version__ = "0.2.1"

release-notes.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# OpenTimestamps Server Release Notes
22

3+
## v0.2.1
4+
5+
* More informative status page, with stats on latest txs, time between txs, and
6+
fees
7+
* Better recovery for Bitcoin RPC failures
8+
* Increased default minimum between txs to 1 hour
9+
* Stricter conditions on what txs we add to the calendar
10+
311
## v0.2.0
412

513
* Replaced `python-opentimestamps` subtree with proper dependency

0 commit comments

Comments
 (0)