Skip to content

Commit

Permalink
Tag release 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Pazdziora committed Apr 19, 2023
1 parent c256b01 commit b1fbb3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion identity/external.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Copyright 2016 Jan Pazdziora
# Copyright 2016--2023 Jan Pazdziora
#
# Licensed under the Apache License, Version 2.0 (the "License").

Expand Down
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
],
Expand Down

0 comments on commit b1fbb3b

Please sign in to comment.