Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b19d3f4

Browse files
committedMay 8, 2022
Changelog
1 parent ab8e519 commit b19d3f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Types of changes:
1212
The project uses semantic versioning.
1313

1414
## Unreleased
15+
16+
## 0.4.0 (2022-05-08)
1517
Added:
1618
* New @retry decorator for retries of coroutine calls.
1719

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "dike"
4-
version = "0.3.1"
4+
version = "0.4.0"
55
homepage = "https://github.com/chr1st1ank/dike"
66
description = "Python asyncio tools for web service resilience."
77
authors = ["Christian Krudewig <chr1st1ank@krudewig-online.de>"]

0 commit comments

Comments
 (0)
Please sign in to comment.