Skip to content

Commit

Permalink
Finish release
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocaironi committed May 3, 2022
1 parent 0595402 commit a074e68
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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)

## v2022.5 (current master, in development, not released yet)
## v2022.5.3

Major changes includes:

Expand Down
7 changes: 6 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@
7. Push the package files to PyPi:

```twine upload dist/*```

8. Create a new release on Github:

Use the version as the title, and the history as the description. Also upload the files in the dist/ folder
as the release attachments

8. Prepare for a new generic version:
9. Prepare for a new generic version:

Choose a new version without specifying the day (es. if the previous release was 2022.2.9, choose 2022.3)\
Then set the version in btclib/__init__.py and docs/source/conf.py to this new version. \
Expand Down
2 changes: 1 addition & 1 deletion btclib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"__init__ module for the btclib package."

name = "btclib"
__version__ = "2022.3"
__version__ = "2022.5.3"
__author__ = "The btclib developers"
__author_email__ = "devs@btclib.org"
__copyright__ = "Copyright (C) 2017-2022 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 = "2022.3"
release = "2022.5.3"


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

0 comments on commit a074e68

Please sign in to comment.