Skip to content

Commit

Permalink
Merge pull request #14 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.2.5
  • Loading branch information
robcxyz authored Oct 14, 2024
2 parents 661a3e3 + 43ad58f commit 3d6c9f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.5](https://github.com/sudoblockio/icon-contracts/compare/v0.2.4...v0.2.5) (2024-10-14)


### Bug Fixes

* ci release ([661a3e3](https://github.com/sudoblockio/icon-contracts/commit/661a3e35db9f8fbdbf56b924b66466944112a872))

## [0.2.4](https://github.com/sudoblockio/icon-contracts/compare/v0.2.3...v0.2.4) (2024-10-14)


Expand Down
2 changes: 1 addition & 1 deletion icon_contracts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Settings(BaseSettings):
NAME: str = "contracts"
VERSION: str = "v0.2.4" # x-release-please-version
VERSION: str = "v0.2.5" # x-release-please-version
NETWORK_NAME: str = "mainnet"

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

setup(
name="vaults-etl",
version="0.2.4",
version="0.2.5",
author="Geometry Labs, Inc.",
license="CLOSED",
python_requires=">=3.6",
Expand Down

0 comments on commit 3d6c9f4

Please sign in to comment.