From 9642242126850f94faa2da531fb0a2555907a322 Mon Sep 17 00:00:00 2001 From: alexsilva Date: Tue, 29 Jun 2021 13:21:44 -0300 Subject: [PATCH] New version 3.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42f1ee3b2..b6c42153a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='xadmin', - version='2.0.1', + version='3.0.0', description='Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.', long_description=open('README.rst', encoding='utf-8').read(), author='sshwsfc',