diff --git a/identity/external.py b/identity/external.py index 932062e..5f1bbd1 100644 --- a/identity/external.py +++ b/identity/external.py @@ -1,5 +1,5 @@ -# Copyright 2016 Jan Pazdziora +# Copyright 2016--2023 Jan Pazdziora # # Licensed under the Apache License, Version 2.0 (the "License"). diff --git a/setup.py b/setup.py index 50cad8d..c3c2e4b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name = 'django-identity-external', - version = '0.6.1', + version = '0.7.1', packages = find_packages(), include_package_data = True, license = 'Apache 2.0 License', @@ -25,15 +25,13 @@ classifiers = [ 'Environment :: Web Environment', 'Framework :: Django', - # New PersistentRemoteUserMiddleware in Django 1.9 - 'Framework :: Django :: 2.0', + 'Framework :: Django :: 4', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.11', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ],