Skip to content

Commit

Permalink
chore(develop): release 2.4.1 (#11)
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 12, 2022
1 parent 3b5f252 commit 42cc6ee
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.0"
".": "2.4.1"
}
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.1](https://github.com/lukso-network/tools-staking-deposit-cli/compare/v2.4.0...v2.4.1) (2022-12-12)


### Bug Fixes

* Version import from the wrong file ([3b5f252](https://github.com/lukso-network/tools-staking-deposit-cli/commit/3b5f2529c0752e64c42c7a182816833a0f26745d))

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


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.0',
version='2.4.1',
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.0'
__version__ = '2.4.1'

0 comments on commit 42cc6ee

Please sign in to comment.