Skip to content

Commit

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

chore(develop): release 2.4.4
  • Loading branch information
frozeman authored Jan 20, 2023
2 parents 3e9bf7f + 81aaf7f commit 6bd7c96
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.3"
".": "2.4.4"
}
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.4](https://github.com/lukso-network/tools-staking-deposit-cli/compare/v2.4.3...v2.4.4) (2023-01-20)


### Bug Fixes

* Disable release-please process on pull_requests. It should only track things on push to develop or patch/* ([f52d510](https://github.com/lukso-network/tools-staking-deposit-cli/commit/f52d5109617dfb44c097606aa7bbc38a3cfda6ef))

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


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.3',
version='2.4.4',
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.3'
__version__ = '2.4.4'

0 comments on commit 6bd7c96

Please sign in to comment.