Skip to content

Commit

Permalink
bump version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvil committed Dec 10, 2023
1 parent 5a4b4de commit 9784cba
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@
### New

### Changes
* use generated static analysis test files instead of the few manually written
ones. 184/217 of them are currently passing.
* rely on functools.wraps to avoid too much internal code

### Fixes

### Breaks


## 0.12.1 - (2023-12-10)
---

### Changes
* use generated static analysis test files instead of the few manually written
ones. 184/217 of them are currently passing.
* rely on functools.wraps to avoid too much internal code


## 0.12.0 - (2023-12-03)
---

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.12.0'
release = '0.12.1'


# -- 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 @@ -14,7 +14,7 @@
from .decorator import Retry


__version__ = "0.12.0"
__version__ = "0.12.1"


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.12.0"
version = "0.12.1"
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 9784cba

Please sign in to comment.