Skip to content

Commit

Permalink
πŸ”– 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Apr 24, 2023
1 parent e2f8654 commit d9124ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v0.11.1

- ✨ Support starred variable for varname() (#96)
- βœ… Fix tests
- πŸ“ Update docs for `varname(strict=...)`

## v0.11.0

- πŸ“ Update README for shields badges (#91)
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.11.0"
version = "0.11.1"
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.11.0"
__version__ = "0.11.1"

0 comments on commit d9124ae

Please sign in to comment.