Skip to content

Commit

Permalink
bump version to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvil committed Dec 12, 2023
1 parent 1f0f712 commit fffe52e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@

### Changes

### Fixes

### Breaks


## 0.12.2 - (2023-12-13)
---

### Fixes
* finally fixed kaioretry._make_decorator type hinting issue
* remove trailing spaces in generated static-analysis files in the reveal_type
code block

### Breaks


## 0.12.1 - (2023-12-10)
---
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.1'
release = '0.12.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 @@ -14,7 +14,7 @@
from .decorator import Retry


__version__ = "0.12.1"
__version__ = "0.12.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.12.1"
version = "0.12.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 fffe52e

Please sign in to comment.