Skip to content

Commit

Permalink
Merge pull request #20 from lukso-network/release-please--branches--d…
Browse files Browse the repository at this point in the history
…evelop

chore(develop): release 2.5.0
  • Loading branch information
frozeman authored Mar 13, 2023
2 parents e4c8298 + b5e552d commit b451b54
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.7"
".": "2.5.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.5.0](https://github.com/lukso-network/tools-key-gen-cli/compare/v2.4.7...v2.5.0) (2023-03-13)


### Features

* added testnet and mainnet fork version ([e4c8298](https://github.com/lukso-network/tools-key-gen-cli/commit/e4c82987e1efd8c42430f09a2c8c3c14c9f5e611))

## [2.4.7](https://github.com/lukso-network/tools-key-gen-cli/compare/v2.4.6...v2.4.7) (2023-02-21)


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.7',
version='2.5.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.4.7'
__version__ = '2.5.0'

0 comments on commit b451b54

Please sign in to comment.