Skip to content

Commit

Permalink
getting ready for 2020.11.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fametrano committed Nov 22, 2020
1 parent aa85da3 commit 8ab8797
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Notable changes to the codebase are documented here.
Release names follow [*calendar versioning*](https://calver.org/):
full year, short month, short day (YYYY-M-D)

## v2020.11.22
## v2020.11.23

Major changes includes:

- updated BIP340 (Schnorr signature) implementation
as per the latest changes in bitcoin core
- refactored PsbtIn, PsbtOut, and Psbt
- added legacy sighash
- made btclib compatible with python 3.7
- made btclib compatible with python 3.6
- ssa.det_nonce now returns an int
- moved tagged_hash from ssa into hashes module
- added CurveGroup._y_aff_from_jac and removed unused methods
Expand Down
2 changes: 1 addition & 1 deletion btclib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "btclib"
__version__ = "2020.11.22"
__version__ = "2020.11.23"
__author__ = "The btclib developers"
__author_email__ = "[email protected]"
__copyright__ = "Copyright (C) 2017-2020 The btclib developers"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "The btclib developers"

# The full version, including alpha/beta/rc tags
release = "2020.11.22"
release = "2020.11.23"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 8ab8797

Please sign in to comment.