Bump ver + update setup

This commit is contained in:
Mauro 2021-04-23 16:08:07 -03:00
parent 4e9f04bdc6
commit 47efd09cb2
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
__version__ = '0.13.0'
__version__ = '0.14.1'
def register(model_cls, config_cls=None):
from .registry import Registry

View file

@ -4,13 +4,13 @@ setup(
name = 'django-eav2',
version = __import__('eav').__version__,
license = 'GNU Lesser General Public License (LGPL), Version 3',
requires = ['python (>= 3.5)', 'django (>= 1.11.14)'],
requires = ['python (>= 3.6)', 'django (>= 3.1)'],
provides = ['eav'],
description = 'Entity-Attribute-Value storage for Django',
url = 'http://github.com/makimo/django-eav2',
url = 'http://github.com/lvm/django-eav2',
packages = find_packages(),
maintainer = 'Iwo Herka',
maintainer_email = 'hi@iwoherka.eu',
maintainer = 'Mauro Lizaur',
maintainer_email = 'mauro@sdf.org',
classifiers = [
'Development Status :: 3 - Alpha',