Skip to content

Commit 689c203

Browse files
committed
Bump to version 2.2.0
1 parent af02dfe commit 689c203

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Version numbers should follow https://semver.org/spec/v2.0.0.html
77

88
## [Unreleased]
99

10+
11+
## [2.2.0] - 2022-10-26
12+
1013
### Added
1114

1215
- Added Python 3.11 support.

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 = "django-schema-graph"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
description = "An interactive graph of your Django model structure."
55
authors = ["Charlie Denton <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)