Skip to content

Commit

Permalink
version 1.3.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
jheld committed Jul 22, 2020
1 parent fd05524 commit 6221d6a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-easy-audit',
version='1.2.3',
version='1.3.0a1',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand All @@ -25,16 +25,13 @@
classifiers=[
'Environment :: Plugins',
'Framework :: Django',
"Framework :: Django :: 2.0",
"Framework :: Django :: 2.1",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 6221d6a

Please sign in to comment.