Skip to content

Commit

Permalink
0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Oct 11, 2024
1 parent 5c2715a commit 13bc550
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.13.5

- deps: bump up executing to ^2.1 to fix issues with python3.13

## 0.13.4

- core: switch to poetry-core (#113)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "varname"
version = "0.13.4"
version = "0.13.5"
description = "Dark magics about variable names in python."
authors = [ "pwwang <pwwang@pwwang.com>",]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion varname/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
)
from .core import varname, nameof, will, argname

__version__ = "0.13.4"
__version__ = "0.13.5"

0 comments on commit 13bc550

Please sign in to comment.