We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d6b2d commit f788009Copy full SHA for f788009
2 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ x.y.z (UNRELEASED)
5
------------------
6
* Changes
7
8
+1.0.6 (2025-12-28)
9
+------------------
10
+* Add support for custom user model
11
+
12
1.0.2 (2024-04-26)
13
14
* Release Analytics Library
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-labs-accounts"
3
-version = "1.0.5"
+version = "1.0.6"
4
description = "Reusable Django app for Penn Labs accounts"
authors = ["Penn Labs <contact@pennlabs.org>"]
license = "MIT"
0 commit comments