Skip to content

Commit 84320c6

Browse files
authored
0.12.1 (#101)
* Bump executing to 2.0.1 * 0.12.1
1 parent 35fcbc7 commit 84320c6

File tree

4 files changed

+29
-16
lines changed

4 files changed

+29
-16
lines changed

docs/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 0.12.1
4+
5+
- Bump executing to 2.0.1
6+
7+
## v0.12.0
8+
9+
- Support python 3.12
10+
- Update python3.12 to CI
11+
- Bump executing to ^2.0
12+
- Bump up other dependencies
13+
- Add Dockerfile for codesandbox
14+
315
## v0.11.2
416

517
- ✨ Add `jsobj` to create dict without explicitly specifying the key-value pairs

poetry.lock

+15-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "varname"
7-
version = "0.12.0"
7+
version = "0.12.1"
88
description = "Dark magics about variable names in python."
99
authors = [ "pwwang <[email protected]>",]
1010
license = "MIT"

varname/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
)
1414
from .core import varname, nameof, will, argname
1515

16-
__version__ = "0.12.0"
16+
__version__ = "0.12.1"

0 commit comments

Comments
 (0)