Skip to content

Commit 98bffb8

Browse files
committed
Update CHANGELOG.md for v5.1.2
1 parent c4f3d3b commit 98bffb8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
v5.1.1 (2024-11-25)
27
-------------------------
38
* Smartmin doesn't concern itself with formax

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "smartmin"
3-
version = "5.1.1"
3+
version = "5.1.2"
44
description = "Scaffolding system for Django object management."
55
license = { text = "BSD" }
66
authors = [

smartmin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.1.1"
1+
__version__ = "5.1.2"

0 commit comments

Comments
 (0)