Skip to content

Commit 1066ad0

Browse files
committed
version 0.11.2
1 parent 8e8eb99 commit 1066ad0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

HISTORY.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ Release History
33

44
Unreleased (see `master <https://github.com/AustEcon/bitsv>`_)
55
--------------------------------------------------------------
6-
- No new changes since 0.11.0 yet.
6+
- No new changes since 0.11.2 yet.
7+
8+
9+
0.11.2 (2020-10-11)
10+
-------------------
11+
- NetworkAPI.broadcast_tx() now returns the txid instead of null.
712

813
0.11.1 (2020-04-10)
914
-------------------

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ Forked from Ofek's awesome Bit library: https://github.com/ofek/bit
2121

2222
Noticeboard:
2323
------------
24-
Latest Major Release - 0.11.1_ (2019-04-10)
24+
Latest Major Release - 0.11.2_ (2020-10-11)
2525

26-
.. _0.11.1: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst
26+
.. _0.11.2: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst
2727

2828
- Added WhatsOnChain API for mainnet and testnet
2929
- Unspent data type: removed 'script' (scriptpubkey) attribute (unavailable from WhatsOnChain and Satoshi.io APIs and is unused in the codebase).
3030
- Transaction, TxOutput, TxInput data types: removed unnecessary 'cruft' like 'amount_in', 'amount_out' and 'fee' (also to facilitate use of WhatsOnChain etc. and reduce maintenance overheads).
3131
- MatterCloud now activated via **'MATTERCLOUD_API_KEY' environment variable** which makes it the highest priority API in the list for main, test, stn. Otherwise WhatsOnChain is used by default.
3232
- 0.11.1 Fixed an off-by-one bug for generating pushdata op_codes for data-carrier 'op_return' txs - c/o `gitzhou <https://github.com/gitzhou>`_.
33-
33+
- 0.11.2 NetworkAPI.broadcast_tx() now returns the txid instead of null.
3434

3535
Previous Major Release - 0.10.4_ (2019-02-13)
3636

bitsv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from bitsv.network.services import set_service_timeout, FullNode
44
from bitsv.wallet import Key, PrivateKey, wif_to_key
55

6-
__version__ = '0.11.1'
6+
__version__ = '0.11.2'

0 commit comments

Comments
 (0)