Skip to content

Commit bb33143

Browse files
chore(release): 1.12.1 [skip ci]
## [1.12.1](v1.12.0...v1.12.1) (2022-11-04) ### Bug Fixes * Avoid calling __class__ when describing values ([91be26e](91be26e))
1 parent 5989430 commit bb33143

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.12.1](https://github.com/getappmap/appmap-python/compare/v1.12.0...v1.12.1) (2022-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Avoid calling __class__ when describing values ([91be26e](https://github.com/getappmap/appmap-python/commit/91be26eecd04c2291c86e43043f1aee8a29f510f))
7+
18
# [1.12.0](https://github.com/getappmap/appmap-python/compare/v1.11.0...v1.12.0) (2022-10-25)
29

310

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "appmap"
3-
version = "1.12.0"
3+
version = "1.12.1"
44
description = "Create AppMap files by recording a Python application."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)