Skip to content

Commit

Permalink
0.12.1 (#101)
Browse files Browse the repository at this point in the history
* Bump executing to 2.0.1

* 0.12.1
  • Loading branch information
pwwang authored Nov 27, 2023
1 parent 35fcbc7 commit 84320c6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 16 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.12.1

- Bump executing to 2.0.1

## v0.12.0

- Support python 3.12
- Update python3.12 to CI
- Bump executing to ^2.0
- Bump up other dependencies
- Add Dockerfile for codesandbox

## v0.11.2

- ✨ Add `jsobj` to create dict without explicitly specifying the key-value pairs
Expand Down
29 changes: 15 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.12.0"
version = "0.12.1"
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.12.0"
__version__ = "0.12.1"

0 comments on commit 84320c6

Please sign in to comment.