Skip to content

Commit

Permalink
bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvil committed Nov 25, 2023
1 parent 94262ae commit dae7430
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Changelog


## Unreleased
---

### New

### Changes

### Fixes

### Breaks


## 0.11.0 - (2023-11-25)
---

### New
- Add python 3.12 support

Expand All @@ -13,7 +26,6 @@
- minor issue in aioretry docstring format
- Fix Context and _ContextIterator type thing

### Breaks

## [0.10.2] - 2023-05-29

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.10.2'
release = '0.11.0'


# -- 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.10.2"
__version__ = "0.11.0"


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.10.2"
version = "0.11.0"
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 dae7430

Please sign in to comment.