We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f3d3b commit 98bffb8Copy full SHA for 98bffb8
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+v5.1.2 (2025-02-10)
2
+-------------------------
3
+ * Remove CSV import functionality
4
+ * Update pyproject.toml for poetry 2
5
+
6
v5.1.1 (2024-11-25)
7
-------------------------
8
* Smartmin doesn't concern itself with formax
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "smartmin"
-version = "5.1.1"
+version = "5.1.2"
description = "Scaffolding system for Django object management."
license = { text = "BSD" }
authors = [
smartmin/__init__.py
@@ -1 +1 @@
-__version__ = "5.1.1"
+__version__ = "5.1.2"
0 commit comments