Skip to content

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvil committed Dec 16, 2023
1 parent 8434a9c commit 33f4f05
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,22 @@
### New

### Changes
* Annotate class attributes as Final

### Fixes
* fix kaioretry.{retry,aioretry} metadata and related sphinx documentation

### Breaks


## 1.0.0 - (2023-12-16)
---

### Changes
* Annotate class attributes as Final

### Fixes
* fix kaioretry.{retry,aioretry} metadata and related sphinx documentation


## 0.12.3 - (2023-12-13)
---

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.3'
release = '1.0.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.12.3"
__version__ = "1.0.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.12.3"
version = "1.0.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 33f4f05

Please sign in to comment.