Skip to content

Commit

Permalink
getting ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fametrano committed Feb 2, 2023
1 parent 569e10b commit 530a3e0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Expand Up @@ -5,6 +5,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)

## v2023.2.3

Major changes include:

- enabled libsecp256k1 by default
- improved documentation
- used generic containers (Sequence instead of list, Mapping instead of dict)
where possible

## v2023.1.17

Major changes include:
Expand Down
2 changes: 1 addition & 1 deletion btclib/__init__.py
Expand Up @@ -11,7 +11,7 @@
"""__init__ module for the btclib package."""

name = "btclib"
__version__ = "2023.1.17"
__version__ = "2023.2.3"
__author__ = "The btclib developers"
__author_email__ = "devs@btclib.org"
__copyright__ = "Copyright (C) 2017-2023 The btclib developers"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -21,7 +21,7 @@
project = "btclib"
project_copyright = "2017-2023 The btclib developers"
author = "The btclib developers"
release = "2023.1.17"
release = "2023.2.3"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit 530a3e0

Please sign in to comment.