diff --git a/dkron/__init__.py b/dkron/__init__.py index 2433edb..759d23d 100644 --- a/dkron/__init__.py +++ b/dkron/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.2.1' +__version__ = '1.2.2' # set default_app_config when using django earlier than 3.2 try: diff --git a/setup.cfg b/setup.cfg index 2e4e3e9..9378fab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ packages = find: # requires 3.9 due to django-notification-sender... python_requires = >=3.9 install_requires = - Django >= 3.0, < 5 + Django >= 3.0, < 6 django-logbasecommand < 1 django-notification-sender < 1 requests > 2, < 3