We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7549106 commit b0c24feCopy full SHA for b0c24fe
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# v0.72.2 - 2025-10-16
4
+
5
+- [BUGFIX] Fix deleting projects without farm #659
6
7
# v0.72.1 - 2025-10-01
8
9
- [BUGFIX] Remove excluded "farm" field from ProjectSerializer #657
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "promgen"
-version = "0.73.0.dev"
+version = "0.72.2"
authors = [{ name = "LINE Corporation", email = "dl_oss_dev@linecorp.com" }]
classifiers = [
10
"Environment :: Web Environment",
0 commit comments