Skip to content

Commit

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

## 0.13.4

- core: switch to poetry-core (#113)
- deps: bump up dependencies
- feat: support python 3.13 (#116)
- ci: use latest CI actions
- DEPRECATED: add warning to deprecate nameof in the future

## 0.13.3

- feat: support frame to allow wrapping for `helpers.jsobj()` (#111)
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.3"
version = "0.13.4"
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.3"
__version__ = "0.13.4"

0 comments on commit 75499af

Please sign in to comment.