Skip to content

Commit 52aa28e

Browse files
chore(release): 1.12.3 [skip ci]
## [1.12.3](v1.12.2...v1.12.3) (2022-11-08) ### Bug Fixes * handle a tuple value for settings.MIDDLEWARE ([672e078](672e078))
1 parent 7207ef8 commit 52aa28e

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.3](https://github.com/getappmap/appmap-python/compare/v1.12.2...v1.12.3) (2022-11-08)
2+
3+
4+
### Bug Fixes
5+
6+
* handle a tuple value for settings.MIDDLEWARE ([672e078](https://github.com/getappmap/appmap-python/commit/672e0786b75eb120f211e5eaf3d30fa839d8a8d3))
7+
18
## [1.12.2](https://github.com/getappmap/appmap-python/compare/v1.12.1...v1.12.2) (2022-11-08)
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.2"
3+
version = "1.12.3"
44
description = "Create AppMap files by recording a Python application."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)