Skip to content

Commit 5c0c7a8

Browse files
committed
release: Add docs and bump version for 3.9.12
1 parent 92094f6 commit 5c0c7a8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/releases/3.9.11.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
`21 version 3.9.11` makes some minor changes.
66

77
## Changes
8-
98
- Print detailed `ChannelNotReady` error during `buy`.
109
- Query data provider service in `doctor`.
1110
- Raise error if Bitcoin transaction fee is unreasonable.

docs/releases/3.9.12.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# `21 version 3.9.12` release notes
2+
3+
*2016-11-07*
4+
5+
`21 version 3.9.12` makes a minor change.
6+
7+
## Changes
8+
- Update bitcoin fees URL.

two1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os.path
44

55

6-
VERSION = (3, 9, 11)
6+
VERSION = (3, 9, 12)
77

88
__version__ = '.'.join(map(str, VERSION))
99

0 commit comments

Comments
 (0)