Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Jul 10, 2024
1 parent 92eb115 commit ad36d46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog:

v1.5 (WIP):
v1.5 (2024-07-10):

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

v1.4 (2023-12-15):

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
# Quality Tools ------------------------------------------------------------------------
[tool.poetry]
name = "django-wakawaka"
version = "1.4"
version = "1.5"
packages = [{include = "wakawaka"}]
description = "A simple Django based wiki system."
authors = ["Martin Mahner <[email protected]>"]
Expand Down

0 comments on commit ad36d46

Please sign in to comment.