Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed Dec 14, 2022
1 parent 9a25197 commit 89f3583
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[comment]: <> (## [Unreleased]&#40;https://github.com/lidofinance/lido-python-sdk&#41; - 2021-09-15)

## [2.7.0](https://github.com/lidofinance/lido-python-sdk/pull/79) - 2022-12-14
### Added
- Support to ARM for MacOS.

## [2.6.0](https://github.com/lidofinance/lido-python-sdk) - 2022-10-27
### Added
- Support to ARM for linux. Move build blst to separate wf.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lido-sdk"
version = "2.6.5"
version = "2.7.0"
description = "This library consolidates various functions to efficiently load network data for Lido, validate node operator keys and find key duplicates."
authors = ["Lido <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# Where the magic happens:
setup(
name="lido-sdk",
version="2.6.5",
version="2.7.0",
description="This library consolidates various functions to efficiently load network data for Lido,"
" validate node operator keys and find key duplicates.",
long_description=long_description,
Expand Down

0 comments on commit 89f3583

Please sign in to comment.