We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cf86b commit a85686fCopy full SHA for a85686f
CHANGELOG.md
@@ -7,6 +7,8 @@ Version numbers should follow https://semver.org/spec/v2.0.0.html
7
8
## [Unreleased]
9
10
+## [2.2.1] - 2022-10-26
11
+
12
## Fixed
13
14
- Use `>=` to define minimum version numbers, not `~X.Y.Z`.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-schema-graph"
3
-version = "2.2.0"
+version = "2.2.1"
4
description = "An interactive graph of your Django model structure."
5
authors = ["Charlie Denton <charlie@meshy.co.uk>"]
6
license = "MIT"
0 commit comments