Skip to content

Commit

Permalink
chore(develop): release 2.4.2 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 13, 2022
1 parent 903e8bd commit 56c072a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.4.1"
".": "2.4.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.4.2](https://github.com/lukso-network/tools-staking-deposit-cli/compare/v2.4.1...v2.4.2) (2022-12-13)


### Bug Fixes

* Inherit secrets to allow notification ([903e8bd](https://github.com/lukso-network/tools-staking-deposit-cli/commit/903e8bdd2f7a73ef626aaa75e2af1a6dcd6f0297))

## [2.4.1](https://github.com/lukso-network/tools-staking-deposit-cli/compare/v2.4.0...v2.4.1) (2022-12-12)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="staking_deposit",
version='2.4.1',
version='2.4.2',
py_modules=["staking_deposit"],
packages=find_packages(exclude=('tests', 'docs')),
python_requires=">=3.8,<4",
Expand Down
2 changes: 1 addition & 1 deletion staking_deposit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.4.1'
__version__ = '2.4.2'

0 comments on commit 56c072a

Please sign in to comment.