Skip to content

Commit

Permalink
prepare for 0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
guanqun committed May 25, 2021
1 parent c9db68e commit fa9a2b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion async_web3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.2"
__version__ = "0.2.3"

from .main import AsyncWeb3

Expand Down
8 changes: 8 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Release Notes

.. towncrier release notes start
Async_Web3 0.2.2 (2021-05-25)
-----------------------------

Bugfixes
~~~~~~~~

- Fix the sendRawTransaction not serializable error. (`#11 <https://github.com/guanqun/async-web3.py/issues/11>`__)


v0.1.2 (2021-05-21)
-------------------
Expand Down
1 change: 0 additions & 1 deletion newsfragments/11.bugfix.rst

This file was deleted.

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 = "async-web3"
version = "0.2.2"
version = "0.2.3"
description = "Async Web3 library"
authors = ["Guanqun Lu <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fa9a2b6

Please sign in to comment.