Skip to content

Commit

Permalink
sys: version 4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davecoates committed Aug 6, 2024
1 parent 9ddb66a commit 836f093
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ so make sure you follow the template
-->

## 4.1.0 unreleased
## 4.1.0 2024-08-06

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-allianceutils"
version = "4.0.1"
version = "4.1.0"
description = "Alliance Software common utilities for Django"
repository = "https://github.com/AllianceSoftware/django-allianceutils/"
homepage = "https://github.com/AllianceSoftware/django-allianceutils/"
Expand Down
2 changes: 1 addition & 1 deletion src/allianceutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from django.db.models.base import ModelBase

__version__ = "4.0.1"
__version__ = "4.1.0"


# All the tests are in test_allianceutils
Expand Down

0 comments on commit 836f093

Please sign in to comment.