Skip to content

Commit ad36d46

Browse files
committed
v1.5
1 parent 92eb115 commit ad36d46

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog:
22

3-
v1.5 (WIP):
3+
v1.5 (2024-07-10):
44

55
- Switch from pipenv to a Poetry build system
6+
- The IP Address field is now optional
67

78
v1.4 (2023-12-15):
89

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
# Quality Tools ------------------------------------------------------------------------
66
[tool.poetry]
77
name = "django-wakawaka"
8-
version = "1.4"
8+
version = "1.5"
99
packages = [{include = "wakawaka"}]
1010
description = "A simple Django based wiki system."
1111
authors = ["Martin Mahner <[email protected]>"]

0 commit comments

Comments
 (0)