We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6296fed + 9a682bd commit f1407f6Copy full SHA for f1407f6
CHANGELOG.md
@@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
10
+## [0.2.0] - 2026-01-21
11
+
12
### Added
13
14
- Django 6.0 has been added to the test matrix.
pyproject.toml
@@ -4,7 +4,7 @@
4
[project]
5
name = "django-subatomic"
6
description = "Fine-grained database transaction control for Django."
-version = "0.1.1"
+version = "0.2.0"
license = "BSD-3-Clause"
license-files = ["LICENSE"]
0 commit comments