Skip to content

Commit

Permalink
Merge with master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Jun 3, 2024
2 parents 33dd52d + 2d7e2f2 commit 0a07438
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
RELEASE 0.6.15 - Small bugfixes, documentation updates
======================================================
* Some small bugfixes
* New properties for WalletKey class for multisig wallets
* Add Bcoin documentation, add FAQ, update other documentation
* Add dockerfile for Linux Mint

RELEASE 0.6.14 - Update installation instruction, docker & bugfixes
===================================================================
* Update installation instructions
Expand Down
2 changes: 1 addition & 1 deletion bitcoinlib/config/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.14
0.6.15
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.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.14'
release = '0.6.15'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ requests>=2.25.0
SQLAlchemy>=2.0.0
fastecdsa>=2.2.1
sphinx>=6.0.0
sphinx_rtd_theme>=1.0.0
sphinx_rtd_theme>=2.0.0
numpy>=1.22.0
pycryptodome>=3.14.1
pycryptodome>=3.16.0
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.6.14
version = 0.6.15
url = http://github.com/1200wd/bitcoinlib
author = 1200wd
author_email = [email protected]
Expand Down
Binary file modified tests/bitcoinlib_encrypted.db
Binary file not shown.

0 comments on commit 0a07438

Please sign in to comment.