Skip to content

Commit

Permalink
bump version to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvil committed Dec 2, 2023
1 parent 41344e6 commit b075c17
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@
### Changes

### Fixes
* fix retry/aioretry decorators type hints

### Breaks


## 0.11.2 - (2023-12-02)
---

### Fixes
* fix retry/aioretry decorators type hints


## 0.11.1 - (2023-11-25)
---

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Damien Nadé'

# The full version, including alpha/beta/rc tags
release = '0.11.1'
release = '0.11.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion kaioretry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .decorator import Retry


__version__ = "0.11.1"
__version__ = "0.11.2"


RETRY_PARAMS_DOCSTRING = """
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 = "kaioretry"
version = "0.11.1"
version = "0.11.2"
description = "All in one retry and aioretry decorators"
authors = ["Damien Nadé <[email protected]>"]
license = "LGPL-2.1-or-later"
Expand Down

0 comments on commit b075c17

Please sign in to comment.