Skip to content

Commit

Permalink
0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jul 18, 2024
1 parent e4a0153 commit 14b5c41
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.13.2

- deps: bump up pytest to v8
- feat: support vars_only to keep parents of an attribute for `helpers.jsobj()` (#110)

## 0.13.1

- style: create py.typed for mypy compatibility (#109)
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.masonry.api"

[tool.poetry]
name = "varname"
version = "0.13.1"
version = "0.13.2"
description = "Dark magics about variable names in python."
authors = [ "pwwang <[email protected]>",]
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.1"
__version__ = "0.13.2"

0 comments on commit 14b5c41

Please sign in to comment.