diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e21ec6..db901db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ x.y.z (UNRELEASED) ------------------ * Changes +1.0.0 (2024-04-25) +------------------ +* Introducing Labs Analytics + 0.9.5 (2024-03-02) ------------------ * Mandate Python 3.11 and Django 5.0.2 diff --git a/pyproject.toml b/pyproject.toml index 1beb125..a83c343 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-labs-accounts" -version = "0.9.5" +version = "1.0.0" description = "Reusable Django app for Penn Labs accounts" authors = ["Penn Labs "] license = "MIT"