diff --git a/CHANGES.txt b/CHANGES.txt index 49a56b1..a7871db 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -2.5.1 +2.5.1 (2025-12-09) ==================== * Add another Django 5.2 fix diff --git a/setup.py b/setup.py index 3efa7d7..c55b199 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '2.5.0' +version = '2.5.1' setup( name='django-courseaffils',