Skip to content

Commit

Permalink
[REL] Release 0.7.0 - Add bumpfee, bitcoin core connection and many more
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Nov 2, 2024
1 parent 8ef7fd6 commit c2c77e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RELEASE 0.7.0 BETA - Add bumpfee, bitcoin core connection and many more
=======================================================================
RELEASE 0.7.0 - Add bumpfee, bitcoin core connection and many more
==================================================================
* Improve connections with bitcoin core wallet
* Support multiple bitcoin core wallets
* Allow to bump transaction fee
Expand All @@ -18,6 +18,7 @@ RELEASE 0.7.0 BETA - Add bumpfee, bitcoin core connection and many more
* Use timezone UTC for all dates
* Fix SQLAlchemy session and database issues
* Check and update examples and documentation
* Add Litecoinspace mempool provider
* Add support for Python 3.12

RELEASE 0.6.15 - Small bugfixes, documentation updates
Expand Down
2 changes: 1 addition & 1 deletion bitcoinlib/config/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0b1
0.7.0
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.0b1'
release = '0.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = bitcoinlib
version = 0.7.0b1
version = 0.7.0
url = http://github.com/1200wd/bitcoinlib
author = 1200wd
author_email = [email protected]
Expand Down

0 comments on commit c2c77e3

Please sign in to comment.