Skip to content

Commit

Permalink
chore(develop): release 2.4.0 (#10)
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
richtera and github-actions[bot] authored Dec 2, 2022
1 parent 4b8acfe commit 5815f5f
Show file tree
Hide file tree
Showing 4 changed files with 16 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.3.0"
".": "2.4.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

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


### Features

* Add LUKSO network support ([4b8acfe](https://github.com/lukso-network/tools-staking-deposit-cli/commit/4b8acfe099bdd8c1ebf04d15a9cbf3a1bdd53a2e))


### Bug Fixes

* Add release-please process ([cf57d55](https://github.com/lukso-network/tools-staking-deposit-cli/commit/cf57d559b7d9535f333b4fb74a53252f8ba7f371))
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.3.0',
version='2.4.0',
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.3.0'
__version__ = '2.4.0'

0 comments on commit 5815f5f

Please sign in to comment.