Skip to content

Commit 6f51a7d

Browse files
chore: bump version to 5.3.11 (#134)
* Update README.md * Update setup.py * Update pyproject.toml
1 parent 0acc4a5 commit 6f51a7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##### This fork will be kept up-to-date with [eth-utils](https://github.com/ethereum/eth-utils). I will pull updates as they are released and push new [faster-eth-utils](https://github.com/BobTheBuidler/faster-eth-utils) releases to [PyPI](https://pypi.org/project/faster-eth-utils/).
88

9-
##### Starting in v5.3.11, all `faster-eth-utils` Exception classes inherit from the matching Exception class in `eth-utils`, so porting to `faster-eth-utils` does not require any change to your existing exception handlers. All existing exception handling in your codebase will continue to work as it did when originaly implemented.
9+
##### Starting in [v5.3.11](https://github.com/BobTheBuidler/faster-eth-utils/releases/tag/v5.3.11), all `faster-eth-utils` Exception classes inherit from the matching Exception class in `eth-utils`, so porting to `faster-eth-utils` does not require any change to your existing exception handlers. All existing exception handling in your codebase will continue to work as it did when originaly implemented.
1010

1111
##### We benchmark `faster-eth-utils` against the original `eth-utils` for your convenience. [See results](https://github.com/BobTheBuidler/faster-eth-utils/tree/master/benchmarks/results).
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ name = "Removals"
139139
showcontent = true
140140

141141
[tool.bumpversion]
142-
current_version = "5.3.10"
142+
current_version = "5.3.11"
143143
parse = """
144144
(?P<major>\\d+)
145145
\\.(?P<minor>\\d+)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
setup(
9696
name="faster-eth-utils",
9797
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
98-
version="5.3.10",
98+
version="5.3.11",
9999
description=(
100100
"""A fork of eth-utils: Common utility functions for python code that interacts with Ethereum, implemented in C"""
101101
),

0 commit comments

Comments
 (0)